mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #695 from ebfe/factor-test
factor: reduce number of random tests
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ mod sieve;
|
||||
const NUM_PRIMES: usize = 10000;
|
||||
const LOG_PRIMES: f64 = 14.0; // ceil(log2(NUM_PRIMES))
|
||||
|
||||
const NUM_TESTS: usize = 1000;
|
||||
const NUM_TESTS: usize = 100;
|
||||
const PROGNAME: &'static str = "./factor";
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user