We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008d3c7 commit aa35275Copy full SHA for aa35275
kernel/tests/s11_rackscale_benchmarks.rs
@@ -463,7 +463,7 @@ fn s11_rackscale_shmem_leveldb_benchmark() {
463
bench.run_bench(false, is_smoke);
464
}
465
466
-const MEMCACHED_MEM_SIZE_MB: usize = 1 * 1024;
+const MEMCACHED_MEM_SIZE_MB: usize = 256;
467
const MEMCACHED_NUM_QUERIES: usize = 10_000_000;
468
469
#[derive(Clone)]
@@ -1313,7 +1313,7 @@ fn s11_rackscale_memcached_benchmark_sharded_nros() {
1313
1314
1315
fn rackscale_timeout_fn(num_cores: usize) -> u64 {
1316
- 500_000 + 4_500 * num_cores as u64
+ 600_000 + 4_500 * num_cores as u64
1317
1318
1319
fn mem_fn(num_cores: usize, is_smoke: bool) -> usize {
0 commit comments