Skip to content

Commit

Permalink
test(router): rename baseline tests to controls
Browse files Browse the repository at this point in the history
  • Loading branch information
max-niederman committed Feb 11, 2024
1 parent 3777c90 commit b0942d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/centipede_router/tests/udp_perf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fn half_duplex_large_packets(b: &mut test::Bencher) {
}

#[bench]
fn baseline_spawn_two_threads(b: &mut test::Bencher) {
fn control_spawn_two_threads(b: &mut test::Bencher) {
b.iter(|| {
thread::scope(|s| {
s.spawn(|| {});
Expand Down

0 comments on commit b0942d5

Please sign in to comment.