open class BenchTaskProcess : CargoTaskProcessBase<BenchOptions>
<init> |
BenchTaskProcess(project: Project, settings: ProjectSettings, variant: BuildVariant) |
options |
open val options: BenchOptions |
call |
This function is called when RusticTask is executed. Not executed when BuildVariant # enable is false. open fun call(tool: Cargo, builder: OptionBuilder): Unit |