rustic / com.osm.gradle.plugins.process.cargo / BenchTaskProcess

BenchTaskProcess

open class BenchTaskProcess : CargoTaskProcessBase<BenchOptions>

Constructors

<init>

BenchTaskProcess(project: Project, settings: ProjectSettings, variant: BuildVariant)

Properties

options

open val options: BenchOptions

Functions

call

This function is called when RusticTask is executed. Not executed when BuildVariant # enable is false.

open fun call(tool: Cargo, builder: OptionBuilder): Unit