We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920c8ca commit 2d07771Copy full SHA for 2d07771
1 file changed
src/lib.rs
@@ -208,13 +208,11 @@ impl MeasureSet {
208
Memory (GB): {}\n\
209
Direct IO response time (ms): {}\n\
210
Free Space (TB): {}\n\
211
- Network speed (Gbps): {}\n\
212
Bench execution time (s): {}",
213
self.cpu.report(cpu_cores as f64),
214
self.memory.report(total_memory_gib),
215
self.disk_time.report(direct_io_time),
216
self.disk_capasity.report(free_space_gib),
217
- self.network_speed.report(network_speed),
218
self.execution_time.report(execution_time),
219
)
220
}
0 commit comments