Skip to content

Commit

Permalink
bench: use 4G/10M configuration for memcached
Browse files Browse the repository at this point in the history
Signed-off-by: Reto Achermann <achreto@gmail.com>
  • Loading branch information
achreto committed Nov 22, 2023
1 parent bd17b32 commit 2c1f49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/testutils/src/memcached.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use rexpect::errors::*;
use rexpect::session::{spawn_command, PtySession};

pub const MEMCACHED_MEM_SIZE_MB: usize = 4 * 1024;
pub const MEMCACHED_NUM_QUERIES: usize = 1_000_000;
pub const MEMCACHED_NUM_QUERIES: usize = 10_000_000;

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

0 comments on commit 2c1f49b

Please sign in to comment.