rust/library/alloc/benches
Ben Kimock 8c88418114 Try to make Vec benchmarks only run code they are benchmarking
Many of the Vec benchmarks assert what values should be produced by the
benchmarked code. In some cases, these asserts dominate the runtime of
the benchmarks they are in, causing the benchmarks to understate the
impact of an optimization or regression.
2021-03-25 00:14:00 -04:00
..
btree
binary_heap.rs
lib.rs Vec::dedup optimization - add benches 2021-03-16 14:41:26 +01:00
linked_list.rs
slice.rs
str.rs
string.rs
vec.rs Try to make Vec benchmarks only run code they are benchmarking 2021-03-25 00:14:00 -04:00
vec_deque.rs
vec_deque_append.rs