Skip to content

Commit ce3e9f9

Browse files
add 1M benches
1 parent 5b67f2d commit ce3e9f9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

benches/main.rs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,16 @@ benches_for_size!(
137137
pool_8k_no_contention
138138
);
139139

140+
benches_for_size!(
141+
1 * 1024 * 1024,
142+
M1_vec,
143+
M1_pool,
144+
M1_vec_contention,
145+
M1_vec_no_contention,
146+
M1_pool_contention,
147+
M1_pool_no_contention
148+
);
149+
140150
#[bench]
141151
fn base_line_vec_mixed(b: &mut Bencher) {
142152
let mut i = 0;

0 commit comments

Comments
 (0)