Where are the CI bench results published? #3497
-
CI is running benchmarks automatically (e.g., see the GitHub Actions job for hyper v1.1.0), but I'm having a hard time finding the results. The CI workflow .github/workflows/bench.yml references the action # Run `github-action-benchmark` action
- name: Store benchmark result
uses: seanmonstar/github-action-benchmark@v1-patch-1
with:
name: ${{ matrix.bench }}
# What benchmark tool the output.txt came from
tool: 'cargo'
# Where the output from the benchmark tool is stored
output-file-path: output.txt
# # 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
# GitHub API token to make a commit comment
github-token: ${{ secrets.GITHUB_TOKEN }}
# Enable alert commit comment
comment-on-alert: true
#alert-comment-cc-users: '@seanmonstar'
auto-push: true The README for seanmonstar/github-action-benchmark says that the results are available on https://rhysd.github.io/github-action-benchmark/dev/bench/, but that's a 404. Presumably that URL is left over from the fork of benchmark-action/github-action-benchmark. In trying to find the correct URL, I note that the branch
Guessing based on one line of the CI job logs, I speculate that the results are stored in the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
🤦 found it: https://hyper.rs/hyper/dev/bench/ |
Beta Was this translation helpful? Give feedback.
🤦 found it: https://hyper.rs/hyper/dev/bench/