destroys 3e: msg/op is 8, median latency is 600ms, max is 1.4s

This commit is contained in:
Joe Ardent 2024-05-22 15:35:08 -07:00
parent f092e0f9e4
commit 6ed80d17fb
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ fn main() {
let runner = &runner; let runner = &runner;
let g = thread::spawn(move || loop { 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)); thread::sleep(Duration::from_millis(millis));
let body = Body::from_type("do_gossip"); let body = Body::from_type("do_gossip");
let msg = Message { let msg = Message {