File tree Expand file tree Collapse file tree 7 files changed +15
-24
lines changed Expand file tree Collapse file tree 7 files changed +15
-24
lines changed Original file line number Diff line number Diff line change 1- use criterion:: * ;
2-
31mod add_remove;
42mod add_remove_big_sparse_set;
53mod add_remove_big_table;
@@ -11,6 +9,7 @@ mod insert_simple;
119mod insert_simple_unbatched;
1210
1311use archetype_updates:: * ;
12+ use criterion:: { criterion_group, Criterion } ;
1413
1514criterion_group ! (
1615 benches,
Original file line number Diff line number Diff line change 1- use criterion:: * ;
2-
31mod iter;
42mod send;
53
4+ use criterion:: { criterion_group, Criterion } ;
5+
66criterion_group ! ( benches, send, iter) ;
77
88fn send ( c : & mut Criterion ) {
Original file line number Diff line number Diff line change 1- use criterion:: * ;
2-
31mod heavy_compute;
42mod iter_frag;
53mod iter_frag_foreach;
@@ -22,6 +20,7 @@ mod iter_simple_wide_sparse_set;
2220mod par_iter_simple;
2321mod par_iter_simple_foreach_hybrid;
2422
23+ use criterion:: { criterion_group, Criterion } ;
2524use heavy_compute:: * ;
2625
2726criterion_group ! (
Original file line number Diff line number Diff line change 1- use criterion:: criterion_group;
2-
31mod propagation;
42mod simple;
3+
4+ use criterion:: criterion_group;
55use propagation:: * ;
66use simple:: * ;
77
Original file line number Diff line number Diff line change 1- use criterion:: criterion_group;
2-
31mod combinator_system;
42mod dyn_param;
53mod param_set;
64
75use combinator_system:: * ;
6+ use criterion:: criterion_group;
87use dyn_param:: * ;
98use param_set:: * ;
109
Original file line number Diff line number Diff line change 1- use criterion:: criterion_group;
2-
31mod run_condition;
42mod running_systems;
53mod schedule;
64
5+ use criterion:: criterion_group;
76use run_condition:: * ;
87use running_systems:: * ;
98use schedule:: * ;
Original file line number Diff line number Diff line change 1- use criterion:: criterion_group;
2-
31mod commands;
4- use commands:: * ;
5-
62mod despawn;
7- use despawn:: * ;
8-
93mod despawn_recursive;
10- use despawn_recursive:: * ;
11-
4+ mod entity_hash;
125mod spawn;
13- use spawn:: * ;
14-
156mod world_get;
16- use world_get:: * ;
177
18- mod entity_hash;
8+ use commands:: * ;
9+ use criterion:: criterion_group;
10+ use despawn:: * ;
11+ use despawn_recursive:: * ;
1912use entity_hash:: * ;
13+ use spawn:: * ;
14+ use world_get:: * ;
2015
2116criterion_group ! (
2217 benches,
You can’t perform that action at this time.
0 commit comments