-
-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate benchmarks to criterion-cycles-per-byte #1039
Comments
Note that |
This should hopefully be fixed with the new Cargo resolver. |
- The benchmarks are now living in their own crate. Therefore, this does not add any dev-dependencies to rand_distr. - Instead of bytes per seconds, we now measure cycles per byte. Refs rust-random#1039.
- The benchmarks are now living in their own crate. Therefore, this does not add any dev-dependencies to rand_distr. - Instead of bytes per seconds, we now measure cycles per byte. Refs rust-random#1039.
- The benchmarks are now living in their own crate. Therefore, this does not add any dev-dependencies to rand_distr. - Instead of bytes per seconds, we now measure cycles per byte. Refs rust-random#1039.
This was started with #1116 for |
criterion-cycles-per-byte
provides benchmarks with cycles per byte, which would be more appropriate for RNGs than bytes per second.The text was updated successfully, but these errors were encountered: