Skip to content

Commit

Permalink
Fix cmd 3
Browse files Browse the repository at this point in the history
  • Loading branch information
k163377 committed Apr 14, 2024
1 parent 01cd98d commit ee104f1
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,10 @@ jobs:
uses: gradle/actions/setup-gradle@v3
- name: Benchmark Conventional
run: |
./gradlew jmh \
-Pmapper=${{ matrix.benchmark.conventional.mapper }} \
-PbenchmarkSet=${{ matrix.benchmark.conventional.set }} \
-PisSingleShot=${{ matrix.is-single-shot }} \
-PfileName=Conventional
./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 }} \
-PfileName=Present
./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
with:
Expand Down

0 comments on commit ee104f1

Please sign in to comment.