nvzqz / divan

Fast and simple benchmarking for Rust projects
https://nikolaivazquez.com/blog/divan/
Apache License 2.0
849 stars 24 forks source link

Feature request: nextest support for divan #43

Open Walther opened 5 months ago

Walther commented 5 months ago

The test runner nextest has support for running benchmarks with cargo nextest run --benches. Currently, benchmarks written with criterion create the necessary output for nextest to parse and understand.

It would be nice for divan to produce output in this format too. The format is not nextest-specific, to quote from the other issue:

Note that none of these changes do anything special for nextest -- they just make criterion implement more of the libtest command-line interface, just enough to make nextest happy.

Additional context:


Thanks again for creating such a wonderful library! 🧡