Find code blocking your Tokio workers. eBPF-powered, no instrumentation.
Criterion is a statistics-driven microbenchmarking library and performance regression tool for Rust. It provides a framework for isolating and measuring small code segments, using statistical analysis to eliminate noise and ensure reliable, repeatable measurements of execution speed. The tool distinguishes itself through a performance visualization suite that generates HTML reports and graphs to track performance trends and throughput. It includes a system for comparing current execution times against stored baselines to identify and prevent performance drops. The library covers asynchronous
A stopwatch library for Rust. Used to time things.
🐰 Bencher - Continuous Benchmarking
Las características principales de bencherdev/bencher son: Gestión de infraestructura, Benchmarking Tools, Profiling and Benchmarking, Profiling Tools, Frameworks de pruebas.
Las alternativas de código abierto para bencherdev/bencher incluyen: cong-or/hud — Find code blocking your Tokio workers. eBPF-powered, no instrumentation. koute/bytehound — Bytehound is a Linux memory profiler that utilizes a custom global allocator to intercept memory requests and track… bheisler/criterion.rs — Criterion is a statistics-driven microbenchmarking library and performance regression tool for Rust. It provides a… bytedance/g3 — Enterprise-oriented Generic Proxy Solutions. ellisonch/rust-stopwatch — A stopwatch library for Rust. Used to time things. llogiq/flame — An intrusive flamegraph profiling tool for rust.