Skip to content

Commit

Permalink
increase client build delay
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhoffe committed Jul 28, 2023
1 parent 936127f commit 0e42045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/tests/s11_rackscale_benchmarks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ fn rackscale_memcached_benchmark(is_shmem: bool) {
test.use_affinity_shmem = cfg!(feature = "affinity-shmem");
test.file_name = file_name.to_string();
test.arg = Some(config);
test.client_build_delay *= 2;
test.client_build_delay *= 3;
test.run_dhcpd_for_baseline = true;

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

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

0 comments on commit 0e42045

Please sign in to comment.