summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEverett Pompeii <epompeii@protonmail.com>2023-12-05 11:43:31 -0500
committerDavid Peter <sharkdp@users.noreply.github.com>2024-01-02 21:45:28 +0100
commitc5089d8ba2143ae780eca51ddf90e82209e3b462 (patch)
tree39ebe977b1ac98e745bf87962360336aa18a6919
parentad7fa028b42460843a2b50b1622f566342955c44 (diff)
Add Bencher to list of tools
Add Bencher to the list of tools. Bencher supports `hyperfine` with a built in adapter.
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index c9c5f52..5e888dd 100644
--- a/README.md
+++ b/README.md
@@ -300,6 +300,9 @@ Hyperfine is inspired by [bench](https://github.com/Gabriella439/bench).
[Chronologer](https://github.com/dandavison/chronologer) is a tool that uses `hyperfine` to
visualize changes in benchmark timings across your Git history.
+[Bencher](https://github.com/bencherdev/bencher) is a continuous benchmarking tool that supports `hyperfine` to
+track benchmarks and catch performance regressions in CI.
+
Make sure to check out the [`scripts` folder](https://github.com/sharkdp/hyperfine/tree/master/scripts)
in this repository for a set of tools to work with `hyperfine` benchmark results.