mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-20 00:00:08 +02:00
Change hammer test consts (#255)
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ fn hammer_split() {
|
||||
use tokio_io::io;
|
||||
|
||||
const N: usize = 100;
|
||||
const ITER: usize = 100;
|
||||
const ITER: usize = 10;
|
||||
|
||||
let _ = env_logger::init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user