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
Criterion is a slow and giant dependency that pulls in more giant
dependencies. There is no particularly compelling reason to use it
here over a more lightweight implementation, and removing it also
improves test build times by 25% (because all dev-dependencies are
built in both bench and test modes and there is no way to control
this; see rust-lang/cargo#1596).
This also actually runs the tests for the ‘handwritten’ bench
implementation and fixes a test failure.
0 commit comments