diff options
author | iximeow <me@iximeow.net> | 2024-03-17 11:20:39 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2024-03-17 11:20:39 -0700 |
commit | 9d60c5ed015f2739f2696e2c8150beb25421fc3f (patch) | |
tree | 84eb17c5b2152982d00c8dee722e201ca49f3d0b /differential-tests | |
parent | 6a9170db63f70be95adc2c80c342ed713a4546e7 (diff) |
run non-panicking tests with a horkton of parallelism
they run in minute or so now
and the thumb mode panics....???
Diffstat (limited to 'differential-tests')
-rw-r--r-- | differential-tests/tests/capstone-differential.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/differential-tests/tests/capstone-differential.rs b/differential-tests/tests/capstone-differential.rs index 3e76321..ea74f50 100644 --- a/differential-tests/tests/capstone-differential.rs +++ b/differential-tests/tests/capstone-differential.rs @@ -608,7 +608,7 @@ fn capstone_differential() { */ } - const NR_THREADS: u64 = 64; + const NR_THREADS: u64 = 512; let range_size = (u32::MAX as u64 + 1) / NR_THREADS; |