Slide 11
Slide 11 text
| X
Automate your measurements
github.com/gradle/gradle-profiler
$ gradle-profiler --benchmark --scenario-file scenarios
// Scenario 1
configurationTime {
tasks = ["help"]
}
// Scenario 2
assembleNoCache {
tasks = ["clean", “assembleDebug”]
gradle-args = ["--no-build-cache"]
}
// Scenario 3
assembleCache {
tasks = ["clean", "assembleDebug"]
gradle-args = ["--build-cache"]
}