We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1b4ae commit cd868c5Copy full SHA for cd868c5
.github/workflows/platform-benchmark.yml
@@ -56,9 +56,9 @@ jobs:
56
with:
57
gradle-version: wrapper
58
- name: Run benchmarks
59
- run: |
60
- ./gradlew --no-daemon --info :benchmark:benchmark ${{ inputs.additional-task }} \
61
- -Pbenchmark.warmups=${{ inputs.warmups }} \
62
- -Pbenchmark.iterations=${{ inputs.iterations }} \
63
- -Pbenchmark.iteration_time=${{ inputs.iteration-time }} \
+ run: >
+ ./gradlew --no-daemon --info :benchmark:benchmark ${{ inputs.additional-task }}
+ -Pbenchmark.warmups=${{ inputs.warmups }}
+ -Pbenchmark.iterations=${{ inputs.iterations }}
+ -Pbenchmark.iteration_time=${{ inputs.iteration-time }}
64
-Pbenchmark.iteration_time_unit=${{ inputs.iteration-time-unit }}
0 commit comments