0s -> 0ms
This commit is contained in:
parent
4fb1073209
commit
6d09324db7
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ pub fn benchmark() {
|
|||
let rand_read = format!("{:.5?}", random_read(path.clone()));
|
||||
println!("Random read (1024x 1 MiB): {}", rand_read);
|
||||
|
||||
let mut rand_latency: String = "0s".to_string();
|
||||
let mut rand_latency: String = "0ms".to_string();
|
||||
if fs != "data/mountpoints/fuse-archive-tar" {
|
||||
rand_latency = format!("{:.5?}", random_read_latency(path.clone()));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue