Skip to content

Commit

Permalink
Use different tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreffs committed Oct 14, 2024
1 parent aa5c56b commit 613cb76
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,15 @@ jobs:
if-no-files-found: warn
include-hidden-files: true

- name: JMH Benchmark Action
uses: kitlangton/jmh-benchmark-action@main
# Run `github-action-benchmark` action
- name: Store benchmark result
uses: benchmark-action/[email protected]
with:
jmh-output-path: ./Current_run.jmh.json
github-token: ${{ secrets.GITHUB_TOKEN }}
# What benchmark tool the output.txt came from
tool: 'jmh'
# Where the output from the benchmark tool is stored
output-file-path: Current_run.jmh.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

0 comments on commit 613cb76

Please sign in to comment.