We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c0ac8 commit b886de4Copy full SHA for b886de4
bench/benches/xde.rs
@@ -369,7 +369,7 @@ fn zone_to_zone(brand: ZoneBrand, pause: bool) -> Result<()> {
369
.zexec(&format!("ping {}", &topol.nodes[1].port.ip()))?;
370
371
for expt in base_experiments("local") {
372
- test_iperf(&topol, &target_ip, &expt)?
+ test_iperf(&topol, &target_ip.to_string(), &expt)?
373
}
374
375
Ok(())
0 commit comments