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
It seems that Rust’s timer measurement has an accuracy of 1 ms, which can cause significant errors when measuring time intervals close to that value. To improve accuracy, I suggest increasing the STRING_COUNT value in tests by at least tenfold.
It seems that Rust’s timer measurement has an accuracy of 1 ms, which can cause significant errors when measuring time intervals close to that value. To improve accuracy, I suggest increasing the STRING_COUNT value in tests by at least tenfold.