Skip to content

Commit b48eb4e

Browse files
committed
Reduce diff count test iterations to 10 for speed
1 parent 1991c83 commit b48eb4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/geo_filters/src/diff_count.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ mod tests {
524524

525525
#[test]
526526
fn test_xor_plus_mask() {
527-
prng_test_harness(1000, |rnd| {
527+
prng_test_harness(10, |rnd| {
528528
let mask_size = 12;
529529
let mask = 0b100001100000;
530530
let mut a = GeoDiffCount7::default();

0 commit comments

Comments
 (0)