This repository was archived by the owner on Jul 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -463,8 +463,8 @@ fn s11_rackscale_shmem_leveldb_benchmark() {
463463 bench. run_bench ( false , is_smoke) ;
464464}
465465
466- const MEMCACHED_MEM_SIZE_MB : usize = 256 ;
467- const MEMCACHED_NUM_QUERIES : usize = 10_000_000 ;
466+ const MEMCACHED_MEM_SIZE_MB : usize = 16 ;
467+ const MEMCACHED_NUM_QUERIES : usize = 1000_000 ;
468468
469469#[ derive( Clone ) ]
470470struct MemcachedInternalConfig {
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ RUST_TEST_THREADS=1 cargo test --test s11* -- s11_rackscale_shmem_vmops_maptput_
3131RUST_TEST_THREADS=1 cargo test --test s11* -- s11_rackscale_shmem_vmops_maplat_benchmark --nocapture
3232RUST_TEST_THREADS=1 cargo test --test s11* -- s11_rackscale_shmem_fxmark_bench --nocapture
3333RUST_TEST_THREADS=1 cargo test --test s11* -- s11_rackscale_memcached_benchmark_internal --nocapture
34- RUST_TEST_THREADS=1 cargo test --test s11* -- s11_rackscale_memcached_benchmark_sharded_linux --nocapture
3534RUST_TEST_THREADS=1 cargo test --test s11* -- s11_rackscale_memcached_benchmark_sharded_nros --nocapture
35+ RUST_TEST_THREADS=1 cargo test --test s11* -- s11_rackscale_memcached_benchmark_sharded_linux --nocapture
3636
3737# Clone repo
3838rm -rf gh-pages
You can’t perform that action at this time.
0 commit comments