diff options
author | Everett Pompeii <epompeii@protonmail.com> | 2023-12-05 11:43:31 -0500 |
---|---|---|
committer | David Peter <sharkdp@users.noreply.github.com> | 2024-01-02 21:45:28 +0100 |
commit | c5089d8ba2143ae780eca51ddf90e82209e3b462 (patch) | |
tree | 39ebe977b1ac98e745bf87962360336aa18a6919 | |
parent | ad7fa028b42460843a2b50b1622f566342955c44 (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.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |