chore: fix stress test (#3233)

This commit is contained in:
Blas Rodriguez Irizar
2020-12-09 07:38:25 +09:00
committed by GitHub
parent e01391351b
commit fc7a4b3c6e
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ use tokio::{
};
const TCP_ENDPOINT: &str = "127.0.0.1:8080";
const NUM_MSGS: usize = 10_000;
const NUM_MSGS: usize = 100;
const MSG_SIZE: usize = 1024;
fn main() {