Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Bencher to Related actions #237

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,10 @@ Every release will appear on your GitHub notifications page.
- [lighthouse-ci-action][] is an action for [Lighthouse CI][lighthouse-ci]. If you're measuring performance
of your web application, using Lighthouse CI and lighthouse-ci-action would be better than using this
action.
- [bencher][] is an action for the [Bencher CLI][].
If your project requires the ability to measure performance across multiple branches,
test environments, or for pull requests from forks,
Bencher may be better than using this action.



Expand Down Expand Up @@ -669,6 +673,8 @@ Every release will appear on your GitHub notifications page.
[jmh]: https://openjdk.java.net/projects/code-tools/jmh/
[lighthouse-ci-action]: https://github.com/treosh/lighthouse-ci-action
[lighthouse-ci]: https://github.com/GoogleChrome/lighthouse-ci
[bencher]: https://github.com/bencherdev/bencher
[Bencher CLI]: https://bencher.dev/docs/how-to/install-cli/#github-actions
[BenchmarkTools.jl]: https://github.com/JuliaCI/BaseBenchmarks.jl
[benchmarkdotnet]: https://benchmarkdotnet.org
[benchmarkdotnet-badge]: https://github.com/benchmark-action/github-action-benchmark/actions/workflows/benchmarkdotnet.yml/badge.svg
Expand Down
Loading