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

Commit e428d1f

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

kernel/tests/s11_rackscale_benchmarks.rs

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

0 commit comments

Comments
 (0)