Skip to content

Commit 21d03f1

Browse files
committed
tests: print the protocol variant when starting memcached
Signed-off-by: Reto Achermann <[email protected]>
1 parent 520eaa8 commit 21d03f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

kernel/tests/s11_rackscale_benchmarks.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -867,8 +867,10 @@ fn rackscale_memcached_benchmark_sharded(is_shmem: bool) {
867867
config: Option<&MemcachedShardedConfig>,
868868
timeout_ms: u64,
869869
) -> Result<PtySession> {
870-
println!("SPAWN LOADBALANCER!");
871870
let config = config.unwrap();
871+
872+
println!("SPAWN LOADBALANCER with config {}", config.protocol);
873+
872874
let mut command = Command::new("./loadbalancer/loadbalancer");
873875
command.args(&["--binary"]);
874876
command.arg(format!("--num-queries={}", config.num_queries).as_str());

0 commit comments

Comments
 (0)