Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Sep 17, 2024
1 parent 3fb8d24 commit 88624d2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,10 @@ jobs:
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
with:
# What benchmark tool the output.txt came from
tool: 'jmh'
# Where the output from the benchmark tool is stored
output-file-path: out/benchmark/runJmh.dest/jmh-result.json
# Where the previous data file is stored
external-data-json-path: ./cache/benchmark-data.json
# Workflow will fail when an alert happens
fail-on-alert: true
ref: ${{ github.sha }}
# Upload the updated cache file for the next job by actions/cache
skip-fetch-gh-pages: true
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 88624d2

Please sign in to comment.