🐰 Bencher - Continuous Benchmarking
Bencher is a continuous benchmarking platform designed to catch performance regressions locally and in CI using consistent bare-metal hardware.
It tracks benchmark metrics over time, integrates with popular testing frameworks across multiple languages, and automatically fails pull requests if performance degrades.
The suite includes a CLI tool, an API server, a web console, and native support for platforms like GitHub Actions.
$ curl --proto '=https' --tlsv1.2 -sSfL https://bencher.dev/download/install-cli.sh | sh$ powershell -c "irm https://bencher.dev/download/install-cli.ps1 | iex"$ docker run ghcr.io/bencherdev/bencher --help$ cargo install --git https://github.com/bencherdev/bencher --branch main --locked --force bencher_cli$ nix run github:bencherdev/bencherto comment.