make test more fuzzy

This commit is contained in:
Noah Kennedy
2023-10-20 14:31:38 -05:00
parent c63ee40879
commit ec801c9c5d
+2 -2
View File
@@ -15,8 +15,8 @@ use tokio::sync::Barrier;
const NUM_WORKERS: usize = 8;
const NUM_CONNECTIONS: u64 = 32;
const FUDGE_MIN: f64 = 0.8;
const FUDGE_MAX: f64 = 1.2;
const FUDGE_MIN: f64 = 0.75;
const FUDGE_MAX: f64 = 1.25;
#[test]
fn epoll_exclusive() {