Searched refs:tracing_harness (Results 1 – 1 of 1) sorted by relevance
32 group.bench_function("no_data_baseline", |b| b.iter(tracing_harness)); in many_children()39 group.bench_function("data_only_baseline", |b| b.iter(tracing_harness)); in many_children()52 group.bench_function("full", |b| b.iter(tracing_harness)); in many_children()111 fn tracing_harness() { in tracing_harness() function