We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89a976 commit 71b9a4fCopy full SHA for 71b9a4f
test/test_conn_echo_stress.cpp
@@ -91,14 +91,14 @@ auto async_echo_stress(std::shared_ptr<connection> conn) -> net::awaitable<void>
91
92
// Number of coroutines that will send pings sharing the same
93
// connection to redis.
94
- int const sessions = 500;
+ int const sessions = 150;
95
96
// The number of pings that will be sent by each session.
97
- int const msgs = 250;
+ int const msgs = 200;
98
99
// The number of publishes that will be sent by each session with
100
// each message.
101
- int const n_pubs = 50;
+ int const n_pubs = 25;
102
103
// This is the total number of pushes we will receive.
104
int total_pushes = sessions * msgs * n_pubs + 1;
0 commit comments