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
However, using criterion may be not a solution forever, as it is planned to add an ability to integrate custom testing frameworks in Rust, including benchmarks.
The text was updated successfully, but these errors were encountered:
It is worth to consider replacing
bench
with something else, e.g. criterion. It is de facto a standard now, whereasbench
support will be removed from the compiler.However, using criterion may be not a solution forever, as it is planned to add an ability to integrate custom testing frameworks in Rust, including benchmarks.
The text was updated successfully, but these errors were encountered: