Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
k163377 committed Feb 25, 2024
1 parent eefb1d4 commit fea4266
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,17 @@ jobs:
run: mkdir tmp
- name: Benchmark Conventional
run: |-
./gradlew jmh
-Pmapper=${{ matrix.benchmark.conventional.mapper }}
-PbenchmarkSet=${{ matrix.benchmark.conventional.set }}
-PisSingleShot=${{ matrix.is-single-shot }}
./gradlew jmh \
-Pmapper=${{ matrix.benchmark.conventional.mapper }} \
-PbenchmarkSet=${{ matrix.benchmark.conventional.set }} \
-PisSingleShot=${{ matrix.is-single-shot }} \
-PfileName=Conventional
- name: Benchmark Present
run: |-
./gradlew jmh
-Pmapper=${{ matrix.benchmark.present.mapper }}
-PbenchmarkSet=${{ matrix.benchmark.present.set }}
-PisSingleShot=${{ matrix.is-single-shot }}
./gradlew jmh \
-Pmapper=${{ matrix.benchmark.present.mapper }} \
-PbenchmarkSet=${{ matrix.benchmark.present.set }} \
-PisSingleShot=${{ matrix.is-single-shot }} \
-PfileName=Present
- name: Upload Reports
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit fea4266

Please sign in to comment.