Skip to content

Commit

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

Please sign in to comment.