Everett Pompeii

@epompeii
4 Followers
0 Following
50 Posts
👨🏽‍💻 Software Engineer 🦀 Rust 🐰 Bencher https://bencher.dev

Want to try it out?

Install the latest CLI version:

curl --proto '=https' --tlsv1.2 -sSfL https://bencher.dev/download/install-cli.sh | sh
or
irm https://bencher.dev/download/install-cli.ps1 | iex

Then run your benchmark command with `bencher run`:

bencher run [your benchmark command]

For example:

bencher run "bencher mock"

Full release notes: https://bencher.dev/docs/reference/changelog/#v050

🐰 Instant benchmark tracking (Bencher v0.5.0)

You can now instantly track your benchmarks results with Bencher. No need to create an account, an API token, or a project. Just run your benchmarks! Bencher will take care of the rest.

It's as simple as:
bencher run [your cmd]

🐰 Custom CA Cert Support (v0.4.36)

- Add `--insecure-host` flag to `bencher` CLI to allow insecure connections to Bencher Self-Hosted API servers
- Add `--native-tls` flag to `bencher` CLI to load TLS certificates from the platform's native certificate store
- Add `smtp.insecure_host` option to Bencher Self-Hosted API server configuration to allow insecure connections to SMTP servers

Check out the full documentation here: https://bencher.dev/docs/explanation/bencher-self-hosted/#custom-ca-certificates

📖 Bencher Self-Hosted

Overview of Bencher Self-Hosted of ways to run your own self-hosted instance of Bencher

🐰 Bencher

🐰 Better Ergonomics Update (v0.4.35)

- Exponential scale for the y-axis if > 10x difference between min and max values
- Ability to see and remove all selected dimensions in each Perf Plot tab
- The plot key is now available on Pinned Plots
- "Dismiss All" Alerts button added
- Branches and Testbeds now have a "Recent Reports" list
- The Report table now expand to show the statistical baseline
- The new contributor experience has been drastically improved

Three Years of Bencher: A #rustlang-Powered Retrospective
https://bencher.dev/learn/engineering/engineering-review-2025/
🏗️ Engineering Review: 2025 Edition

A retrospective look at how Bencher has spent its innovation tokens

🐰 Bencher
There are quite a few other quality of life improvements in this release as well. Checkout the full release notes here: https://bencher.dev/docs/reference/changelog/#v0434
📖 Bencher Changelog

Bencher release changelog

🐰 Bencher

🐰 Bencher Dual Axis Perf Images (v0.4.34)

Perf Images now have dual axis support!
This means the social preview for all of those wonderful dual axis Perf Plots you've created since the last release will now match.

Additionally, the Perf Plot key has been updated to factor out common dimensions (Branch, Testbed, Benchmark, & Measure) from all of your result series. This makes it much easier to tell what makes each line unique.
📈 rustls

View rustls continuous benchmarking results and performance regressions on Bencher

🐰 Bencher

Bencher Multi-Axis Support (v0.4.33)

You can now plot multiple Measures on the same Perf Plot! When you add a second Measure, a second y-axis is created. This allows you to easily compare two different Measures over time.