mirror of
https://github.com/uutils/num-prime.git
synced 2026-06-10 16:12:35 -07:00
395cef5d78
num-primes uses thread_rng() internally, making its benchmarks non-deterministic and causing false regressions in CodSpeed CI. Remove num-primes from default features so it's excluded from CI benchmarks. All num-primes bench_functions are gated behind #[cfg(feature = "num-primes")] - use --features num-primes to include them for local comparison.