Skip to content

Commit cd868c5

Browse files
committed
Change run command to work on windows
1 parent 3f1b4ae commit cd868c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/platform-benchmark.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
with:
5757
gradle-version: wrapper
5858
- 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 }} \
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 }}
6464
-Pbenchmark.iteration_time_unit=${{ inputs.iteration-time-unit }}

0 commit comments

Comments
 (0)