Skip to content

Commit

Permalink
tests: print the protocol variant when starting memcached
Browse files Browse the repository at this point in the history
Signed-off-by: Reto Achermann <[email protected]>
  • Loading branch information
achreto committed Aug 14, 2023
1 parent 520eaa8 commit 21d03f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kernel/tests/s11_rackscale_benchmarks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -867,8 +867,10 @@ fn rackscale_memcached_benchmark_sharded(is_shmem: bool) {
config: Option<&MemcachedShardedConfig>,
timeout_ms: u64,
) -> Result<PtySession> {
println!("SPAWN LOADBALANCER!");
let config = config.unwrap();

println!("SPAWN LOADBALANCER with config {}", config.protocol);

let mut command = Command::new("./loadbalancer/loadbalancer");
command.args(&["--binary"]);
command.arg(format!("--num-queries={}", config.num_queries).as_str());
Expand Down

0 comments on commit 21d03f1

Please sign in to comment.