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

Commit 9318ba5

Browse files
committed
Add additional memcached benchmark memory for sharded linux
1 parent d775ff6 commit 9318ba5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kernel/tests/s11_rackscale_benchmarks.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -809,12 +809,12 @@ fn rackscale_memcached_checkout() {
809809
}
810810

811811
println!(
812-
"CHECKOUT e585c23e578d79b18d703b06f26b6e10a502d129 {:?}",
812+
"CHECKOUT a703eedd8032ff1e083e8c5972eacc95738c797b {:?}",
813813
out_dir
814814
);
815815

816816
let res = Command::new("git")
817-
.args(&["checkout", "e585c23e578d79b18d703b06f26b6e10a502d129"])
817+
.args(&["checkout", "a703eedd8032ff1e083e8c5972eacc95738c797b"])
818818
.current_dir(out_dir_path.as_path())
819819
.output()
820820
.expect("git checkout failed");
@@ -919,7 +919,7 @@ fn s11_rackscale_memcached_benchmark_sharded_linux() {
919919
"scripts/spawn-memcached-process.sh",
920920
id.to_string().as_str(),
921921
con_info.as_str(),
922-
config.mem_size.to_string().as_str(),
922+
(2 * config.mem_size).to_string().as_str(),
923923
config.num_threads.to_string().as_str(),
924924
]);
925925
command.current_dir(config.path.as_path());

0 commit comments

Comments
 (0)