You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The test runner
nextest
has support for running benchmarks withcargo nextest run --benches
. Currently, benchmarks written withcriterion
create the necessary output fornextest
to parse and understand.It would be nice for
divan
to produce output in this format too. The format is notnextest
-specific, to quote from the other issue:Additional context:
nextest
for requestingcriterion
supportThanks again for creating such a wonderful library! 🧡
The text was updated successfully, but these errors were encountered: