We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03723d2 commit 705b9a5Copy full SHA for 705b9a5
1 file changed
vortex-array/benches/scalar_at_patches.rs
@@ -18,7 +18,7 @@ fn main() {
18
19
const ARRAY_LEN: usize = 1_000_000;
20
const NUM_PATCHES: usize = 100;
21
-const NUM_QUERIES: usize = 10_000;
+const NUM_QUERIES: usize = 1_000;
22
const PATCH_LOW: usize = 100_000;
23
const PATCH_HIGH: usize = 110_000;
24
0 commit comments