From a44c4cde3d6e4b6d4ff0ae588c74d7b468d66fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sun, 4 Feb 2024 17:19:35 +0100 Subject: [PATCH] bencher: 2 core benchmark: always run round with 1 load test worker This is to give chihaya a chance not to crash --- crates/bencher/src/protocols/udp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bencher/src/protocols/udp.rs b/crates/bencher/src/protocols/udp.rs index 48ee1bf..f6cc780 100644 --- a/crates/bencher/src/protocols/udp.rs +++ b/crates/bencher/src/protocols/udp.rs @@ -93,7 +93,7 @@ impl UdpCommand { ], }, load_test_runs: simple_load_test_runs(cpu_mode, &[ - (1, Priority::Medium), + (1, Priority::High), (2, Priority::Medium), (4, Priority::Medium), (6, Priority::Medium),