We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3e9f9 commit 51ca49eCopy full SHA for 51ca49e
benches/main.rs
@@ -139,12 +139,12 @@ benches_for_size!(
139
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
+ m1_vec,
+ m1_pool,
+ m1_vec_contention,
+ m1_vec_no_contention,
+ m1_pool_contention,
+ m1_pool_no_contention
148
);
149
150
#[bench]
0 commit comments