smalltalk-matrix/tools/benchmark/benchmark.profile

9 lines
197 B
Plaintext
Raw Normal View History

2022-02-24 22:55:56 +01:00
clean_assemble {
tasks = ["clean", ":app:assembleDebug"]
}
clean_assemble_no_cache {
tasks = ["clean", ":app:assembleDebug"]
gradle-args = ["--no-build-cache", "--no-configuration-cache"]
}