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
This might be a rust issue but I'm not sure. From this initial rust experience blog, cargo bench should report nanosecond times as 3_000_000 or 3,000,000, not 3000000
The text was updated successfully, but these errors were encountered:
Thanks for the report! This code actually lives in the libtest library of the standard distribution, so could you open this bug up against rust-lang/rust instead of Cargo?
This might be a rust issue but I'm not sure. From this initial rust experience blog,
cargo bench
should report nanosecond times as3_000_000
or3,000,000
, not3000000
The text was updated successfully, but these errors were encountered: