Lines Matching defs:Bencher
30 fn new_hashmap(b: &mut Bencher) { in new_hashmap()
35 fn new_indexmap(b: &mut Bencher) { in new_indexmap()
40 fn with_capacity_10e5_hashmap(b: &mut Bencher) { in with_capacity_10e5_hashmap()
45 fn with_capacity_10e5_indexmap(b: &mut Bencher) { in with_capacity_10e5_indexmap()
50 fn insert_hashmap_10_000(b: &mut Bencher) { in insert_hashmap_10_000()
62 fn insert_indexmap_10_000(b: &mut Bencher) { in insert_indexmap_10_000()
74 fn insert_hashmap_string_10_000(b: &mut Bencher) { in insert_hashmap_string_10_000()
86 fn insert_indexmap_string_10_000(b: &mut Bencher) { in insert_indexmap_string_10_000()
98 fn insert_hashmap_str_10_000(b: &mut Bencher) { in insert_hashmap_str_10_000()
111 fn insert_indexmap_str_10_000(b: &mut Bencher) { in insert_indexmap_str_10_000()
124 fn insert_hashmap_int_bigvalue_10_000(b: &mut Bencher) { in insert_hashmap_int_bigvalue_10_000()
137 fn insert_indexmap_int_bigvalue_10_000(b: &mut Bencher) { in insert_indexmap_int_bigvalue_10_000()
150 fn insert_hashmap_100_000(b: &mut Bencher) { in insert_hashmap_100_000()
162 fn insert_indexmap_100_000(b: &mut Bencher) { in insert_indexmap_100_000()
174 fn insert_hashmap_150(b: &mut Bencher) { in insert_hashmap_150()
186 fn insert_indexmap_150(b: &mut Bencher) { in insert_indexmap_150()
198 fn entry_hashmap_150(b: &mut Bencher) { in entry_hashmap_150()
210 fn entry_indexmap_150(b: &mut Bencher) { in entry_indexmap_150()
222 fn iter_sum_hashmap_10_000(b: &mut Bencher) { in iter_sum_hashmap_10_000()
234 fn iter_sum_indexmap_10_000(b: &mut Bencher) { in iter_sum_indexmap_10_000()
246 fn iter_black_box_hashmap_10_000(b: &mut Bencher) { in iter_black_box_hashmap_10_000()
262 fn iter_black_box_indexmap_10_000(b: &mut Bencher) { in iter_black_box_indexmap_10_000()
288 fn lookup_hashmap_10_000_exist(b: &mut Bencher) { in lookup_hashmap_10_000_exist()
305 fn lookup_hashmap_10_000_noexist(b: &mut Bencher) { in lookup_hashmap_10_000_noexist()
322 fn lookup_indexmap_10_000_exist(b: &mut Bencher) { in lookup_indexmap_10_000_exist()
339 fn lookup_indexmap_10_000_noexist(b: &mut Bencher) { in lookup_indexmap_10_000_noexist()
409 fn lookup_hashmap_100_000_multi(b: &mut Bencher) { in lookup_hashmap_100_000_multi()
421 fn lookup_indexmap_100_000_multi(b: &mut Bencher) { in lookup_indexmap_100_000_multi()
434 fn lookup_hashmap_100_000_inorder_multi(b: &mut Bencher) { in lookup_hashmap_100_000_inorder_multi()
447 fn lookup_indexmap_100_000_inorder_multi(b: &mut Bencher) { in lookup_indexmap_100_000_inorder_multi()
460 fn lookup_hashmap_100_000_single(b: &mut Bencher) { in lookup_hashmap_100_000_single()
470 fn lookup_indexmap_100_000_single(b: &mut Bencher) { in lookup_indexmap_100_000_single()
484 fn grow_fnv_hashmap_100_000(b: &mut Bencher) { in grow_fnv_hashmap_100_000()
495 fn grow_fnv_indexmap_100_000(b: &mut Bencher) { in grow_fnv_indexmap_100_000()
507 fn hashmap_merge_simple(b: &mut Bencher) { in hashmap_merge_simple()
518 fn hashmap_merge_shuffle(b: &mut Bencher) { in hashmap_merge_shuffle()
534 fn indexmap_merge_simple(b: &mut Bencher) { in indexmap_merge_simple()
545 fn indexmap_merge_shuffle(b: &mut Bencher) { in indexmap_merge_shuffle()
561 fn swap_remove_indexmap_100_000(b: &mut Bencher) { in swap_remove_indexmap_100_000()
578 fn shift_remove_indexmap_100_000_few(b: &mut Bencher) { in shift_remove_indexmap_100_000_few()
596 fn shift_remove_indexmap_2_000_full(b: &mut Bencher) { in shift_remove_indexmap_2_000_full()
616 fn pop_indexmap_100_000(b: &mut Bencher) { in pop_indexmap_100_000()
630 fn few_retain_indexmap_100_000(b: &mut Bencher) { in few_retain_indexmap_100_000()
641 fn few_retain_hashmap_100_000(b: &mut Bencher) { in few_retain_hashmap_100_000()
652 fn half_retain_indexmap_100_000(b: &mut Bencher) { in half_retain_indexmap_100_000()
663 fn half_retain_hashmap_100_000(b: &mut Bencher) { in half_retain_hashmap_100_000()
674 fn many_retain_indexmap_100_000(b: &mut Bencher) { in many_retain_indexmap_100_000()
685 fn many_retain_hashmap_100_000(b: &mut Bencher) { in many_retain_hashmap_100_000()
703 fn indexmap_sort_s(b: &mut Bencher) { in indexmap_sort_s()
715 fn indexmap_simple_sort_s(b: &mut Bencher) { in indexmap_simple_sort_s()
727 fn indexmap_sort_u32(b: &mut Bencher) { in indexmap_sort_u32()
739 fn indexmap_simple_sort_u32(b: &mut Bencher) { in indexmap_simple_sort_u32()
752 fn indexmap_clone_for_sort_s(b: &mut Bencher) { in indexmap_clone_for_sort_s()
759 fn indexmap_clone_for_sort_u32(b: &mut Bencher) { in indexmap_clone_for_sort_u32()