mirror of
https://github.com/uutils/num-prime.git
synced 2026-06-10 16:12:35 -07:00
522bad3b48
num-primes uses thread_rng() internally, making its benchmarks non-deterministic. CodSpeed's instruction-counting simulation amplifies this into huge false regressions. Gate all num-primes bench_functions with #[cfg(feature = "num-primes")] and build without the feature in CodSpeed CI.