Skip to content

Commit

Permalink
ci: Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Sep 16, 2024
1 parent f99b4fb commit 66e0ded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
pull-requests: write

jobs:
build:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -23,7 +23,7 @@ jobs:
java-version: 17
- name: Run JMH
run: |
./gradlew benchmark
./gradlew jvh
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
with:
Expand Down

0 comments on commit 66e0ded

Please sign in to comment.