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 7, 2023
1 parent ee5f2cc commit e428d1f
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 @@ -866,8 +866,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 e428d1f

Please sign in to comment.