Skip to content

Commit

Permalink
Try different config
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreffs committed Oct 14, 2024
1 parent 15b82ed commit fce014d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,21 @@ jobs:
uses: benchmark-action/[email protected]
with:
# What benchmark tool the output.txt came from
tool: 'jmh'
tool: "jmh"
# Where the output from the benchmark tool is stored
output-file-path: Benchmarks/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
fail-on-alert: true
# GitHub API token to make a commit comment
github-token: ${{ secrets.GITHUB_TOKEN }}
# Enable alert commit comment
# comment-on-alert: true
# Enable Job Summary for PRs
summary-always: true
# Mention @rhysd in the commit comment
# alert-comment-cc-users: "@rhysd"
save-data-file: false
skip-fetch-gh-pages: true

0 comments on commit fce014d

Please sign in to comment.