Browse Source

Reasonable fast value

Vecna 3 months ago
parent
commit
b7c1c0c25e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      crates/lox-extensions/src/stats_tests.rs

+ 1 - 1
crates/lox-extensions/src/stats_tests.rs

@@ -11,7 +11,7 @@ use std::thread;
 use std::time::{Duration, Instant};
 
 #[cfg(feature = "fast")]
-const USERS: usize = 1;
+const USERS: usize = 100;
 #[cfg(not(feature = "fast"))]
 const USERS: usize = 10000;