File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,10 @@ $GRADLE_PROFILER --benchmark --gradle-version $GRADLE_VERSION $2 --iterations=$i
47
47
# shellcheck disable=SC2086
48
48
$GRADLE_PROFILER --benchmark --gradle-version $GRADLE_VERSION $2 --iterations=$iterations --warmups=$warmups --output-dir=" $outputDir " /gradle --scenario-file " $BASEDIR /performance.scenarios" --project-dir . --gradle-user-home ../gradle-user-home
49
49
50
+ # shellcheck disable=SC2086
51
+ $GRADLE_PROFILER --benchmark --gradle-version $GRADLE_VERSION $2 --iterations=$iterations --warmups=$warmups --output-dir=" $outputDir " /gradle_config_cache --scenario-file " $BASEDIR /performance.scenarios" --project-dir . --gradle-user-home ../gradle-user-home -Dorg.gradle.unsafe.configuration-cache=true
52
+
50
53
# shellcheck disable=SC2086
51
54
$GRADLE_PROFILER --benchmark --gradle-version $GRADLE_VERSION $2 --iterations=$iterations --warmups=$warmups --output-dir=" $outputDir " /bazel --scenario-file " $BASEDIR /performance.scenarios" --project-dir . --bazel
52
55
53
- cat " $outputDir /buck/benchmark.csv" " $outputDir /gradle/benchmark.csv" " $outputDir /bazel/benchmark.csv" >> " $outputDir /all.csv"
56
+ cat " $outputDir /buck/benchmark.csv" " $outputDir /gradle/benchmark.csv" " $outputDir /gradle_config_cache/benchmark.csv " " $outputDir / bazel/benchmark.csv" >> " $outputDir /all.csv"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ org.gradle.workers.max=20
5
5
org.gradle.caching =true
6
6
android.useAndroidX =true
7
7
gradle =build -x lint
8
- org.gradle.unsafe.configuration-cache =true
8
+ org.gradle.unsafe.configuration-cache =false
9
9
org.gradle.unsafe.configuration-cache-problems =warn
10
10
org.gradle.vfs.watch =true
11
11
You can’t perform that action at this time.
0 commit comments