Skip to content

Commit 705b9a5

Browse files
committed
1k
Signed-off-by: Baris Palaska <barispalaska@gmail.com>
1 parent 03723d2 commit 705b9a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vortex-array/benches/scalar_at_patches.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fn main() {
1818

1919
const ARRAY_LEN: usize = 1_000_000;
2020
const NUM_PATCHES: usize = 100;
21-
const NUM_QUERIES: usize = 10_000;
21+
const NUM_QUERIES: usize = 1_000;
2222
const PATCH_LOW: usize = 100_000;
2323
const PATCH_HIGH: usize = 110_000;
2424

0 commit comments

Comments
 (0)