Skip to content

Commit 51ca49e

Browse files
bench: fix naming
1 parent ce3e9f9 commit 51ca49e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

benches/main.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@ benches_for_size!(
139139

140140
benches_for_size!(
141141
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
142+
m1_vec,
143+
m1_pool,
144+
m1_vec_contention,
145+
m1_vec_no_contention,
146+
m1_pool_contention,
147+
m1_pool_no_contention
148148
);
149149

150150
#[bench]

0 commit comments

Comments
 (0)