From 9d60c5ed015f2739f2696e2c8150beb25421fc3f Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 17 Mar 2024 11:20:39 -0700 Subject: run non-panicking tests with a horkton of parallelism they run in minute or so now and the thumb mode panics....??? --- differential-tests/tests/capstone-differential.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'differential-tests') 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; -- cgit v1.1