Explorar o código

Increase perf test size to 100x.

Jing Yang %!s(int64=4) %!d(string=hai) anos
pai
achega
275bd972de
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/network.rs

+ 1 - 1
src/network.rs

@@ -635,7 +635,7 @@ mod tests {
         let (network, _) = make_network_and_client();
         let barrier = Arc::new(Barrier::new(THREAD_COUNT + 1));
         const THREAD_COUNT: usize = 200;
-        const RPC_COUNT: usize = 100;
+        const RPC_COUNT: usize = 10000;
 
         let mut handles = vec![];
         for i in 0..THREAD_COUNT {