We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ce1ed commit c2d2722Copy full SHA for c2d2722
1 file changed
encodings/runend/benches/run_end_take.rs
@@ -75,8 +75,8 @@ const BENCH_ARGS: &[TakeBenchArgs] = &[
75
// Dense unsorted takes should build the logical-position-to-run table.
76
TakeBenchArgs {
77
name: "dense_table",
78
- array_len: 8_192,
79
- run_step: 1,
+ array_len: 32_768,
+ run_step: 4,
80
take_len: 2_048,
81
pattern: IndexPattern::ReverseDense,
82
validity: IndexValidity::NonNullable,
@@ -93,8 +93,8 @@ const BENCH_ARGS: &[TakeBenchArgs] = &[
93
// Nullable indices exercise masked stats and table lookup.
94
95
name: "nullable_dense_table",
96
97
98
99
100
validity: IndexValidity::EveryFourthNull,
0 commit comments