Skip to content

Commit b886de4

Browse files
[fix] bench type
1 parent d3c0ac8 commit b886de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/benches/xde.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ fn zone_to_zone(brand: ZoneBrand, pause: bool) -> Result<()> {
369369
.zexec(&format!("ping {}", &topol.nodes[1].port.ip()))?;
370370

371371
for expt in base_experiments("local") {
372-
test_iperf(&topol, &target_ip, &expt)?
372+
test_iperf(&topol, &target_ip.to_string(), &expt)?
373373
}
374374

375375
Ok(())

0 commit comments

Comments
 (0)