summaryrefslogtreecommitdiffstats
path: root/stress-test/examples/simple_echo_tcp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'stress-test/examples/simple_echo_tcp.rs')
-rw-r--r--stress-test/examples/simple_echo_tcp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/stress-test/examples/simple_echo_tcp.rs b/stress-test/examples/simple_echo_tcp.rs
index 099523fd..01e54502 100644
--- a/stress-test/examples/simple_echo_tcp.rs
+++ b/stress-test/examples/simple_echo_tcp.rs
@@ -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() {