Getting ~5-6 mbs
This commit is contained in:
parent
f3a4e99bb6
commit
ce7c7a3f89
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ fn random_duration() -> Duration {
|
||||||
// std::thread::sleep(sl)
|
// std::thread::sleep(sl)
|
||||||
//
|
//
|
||||||
let micros = 340f64 + sl * 200.;
|
let micros = 340f64 + sl * 200.;
|
||||||
let micros = micros.max(0.001) * 2.;
|
let micros = micros.max(0.001) * 4.;
|
||||||
Duration::from_micros(micros as u64)
|
Duration::from_micros(micros as u64)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue