CodSpeedHQ / codspeed-rust

Rust crates to create CodSpeed benchmarks
https://codspeed.io
Apache License 2.0
24 stars 9 forks source link

Add a `divan` shim #59

Open Swatinem opened 5 days ago

Swatinem commented 5 days ago

I personally prefer divan because of its macro-based benchmark definition and its out-of-the-box support for running benchmarks multithreaded.

It would be nice if there would be a codspeed shim, similar to the one offered for criterion.