destroys 3e: msg/op is 8, median latency is 600ms, max is 1.4s
This commit is contained in:
parent
f092e0f9e4
commit
6ed80d17fb
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ fn main() {
|
|||
let runner = &runner;
|
||||
|
||||
let g = thread::spawn(move || loop {
|
||||
let millis = rand::thread_rng().gen_range(120..=180);
|
||||
let millis = rand::thread_rng().gen_range(400..=800);
|
||||
thread::sleep(Duration::from_millis(millis));
|
||||
let body = Body::from_type("do_gossip");
|
||||
let msg = Message {
|
||||
|
|
Loading…
Reference in a new issue