Skip to content

Commit 2d07771

Browse files
committed
remove network speed from report
1 parent 920c8ca commit 2d07771

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,11 @@ impl MeasureSet {
208208
Memory (GB): {}\n\
209209
Direct IO response time (ms): {}\n\
210210
Free Space (TB): {}\n\
211-
Network speed (Gbps): {}\n\
212211
Bench execution time (s): {}",
213212
self.cpu.report(cpu_cores as f64),
214213
self.memory.report(total_memory_gib),
215214
self.disk_time.report(direct_io_time),
216215
self.disk_capasity.report(free_space_gib),
217-
self.network_speed.report(network_speed),
218216
self.execution_time.report(execution_time),
219217
)
220218
}

0 commit comments

Comments
 (0)