Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit 0e42045

Browse files
committed
increase client build delay
1 parent 936127f commit 0e42045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/tests/s11_rackscale_benchmarks.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ fn rackscale_memcached_benchmark(is_shmem: bool) {
608608
test.use_affinity_shmem = cfg!(feature = "affinity-shmem");
609609
test.file_name = file_name.to_string();
610610
test.arg = Some(config);
611-
test.client_build_delay *= 2;
611+
test.client_build_delay *= 3;
612612
test.run_dhcpd_for_baseline = true;
613613

614614
fn cmd_fn(num_cores: usize, arg: Option<MemcachedInternalConfig>) -> String {
@@ -699,7 +699,7 @@ fn rackscale_monetdb_benchmark(is_shmem: bool) {
699699
test.use_affinity_shmem = cfg!(feature = "affinity-shmem");
700700
test.file_name = file_name.to_string();
701701
test.arg = None;
702-
test.client_build_delay *= 2;
702+
test.client_build_delay *= 3;
703703
test.run_dhcpd_for_baseline = true;
704704

705705
fn cmd_fn(num_cores: usize, arg: Option<MemcachedInternalConfig>) -> String {

0 commit comments

Comments
 (0)