Crates.io | benchers |
lib.rs | benchers |
version | 0.1.1 |
source | src |
created_at | 2024-08-23 13:37:28.223976 |
updated_at | 2024-08-23 15:30:54.564979 |
description | Bencher for Rust |
homepage | https://bencher.dev |
repository | https://github.com/bencherdev/bencher |
max_upload_size | |
id | 1349169 |
size | 3,726 |
benchers
)Bencher is a suite of continuous benchmarking tools. Have you ever had a performance regression impact your users? Bencher could have prevented that from happening. Bencher allows you to detect and prevent performance regressions before they hit production.
bencher
CLI simply wraps your existing benchmark harness and stores its results.For the same reasons that unit tests are run in CI to prevent feature regressions, benchmarks should be run in CI with Bencher to prevent performance regressions. Performance bugs are bugs!