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

Commit 2c1f49b

Browse files
committed
bench: use 4G/10M configuration for memcached
Signed-off-by: Reto Achermann <achreto@gmail.com>
1 parent bd17b32 commit 2c1f49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/testutils/src/memcached.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use rexpect::errors::*;
1212
use rexpect::session::{spawn_command, PtySession};
1313

1414
pub const MEMCACHED_MEM_SIZE_MB: usize = 4 * 1024;
15-
pub const MEMCACHED_NUM_QUERIES: usize = 1_000_000;
15+
pub const MEMCACHED_NUM_QUERIES: usize = 10_000_000;
1616

1717
pub const RACKSCALE_MEMCACHED_CSV_COLUMNS: &str =
1818
"git_rev,benchmark,os,protocol,npieces,nthreads,mem,queries,time,thpt\n";

0 commit comments

Comments
 (0)