From d4fe0e2514be8a003430334569ba3c2a61203fc6 Mon Sep 17 00:00:00 2001 From: Everett Pompeii Date: Thu, 4 Apr 2024 09:46:32 -0400 Subject: [PATCH] Add Bencher to Related actions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1130e16a7..377c9a5c3 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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