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 2a94e6b commit c784e67Copy full SHA for c784e67
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: fc636ae8f4c44f4594f2191e1fcc7c3cdf4948fd
+refs/heads/master: ae7342a56a24eac539e3d4b13cd49c6719908426
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 67b97ab6d2b7de9b69fd97dc171fcf8feec932ff
5
refs/heads/try: 28d5878c1f0465c11c8e7a3085008b0c592d48d0
trunk/src/libstd/collections/hashmap/bench.rs
@@ -38,7 +38,7 @@ fn new_insert_drop(b : &mut Bencher) {
38
}
39
40
#[bench]
41
-fn insert(b: &mut Bencher) {
+fn grow_by_insertion(b: &mut Bencher) {
42
use super::HashMap;
43
44
let mut m = HashMap::new();
0 commit comments