Issue #6728 - QUIC and HTTP/3

- Trying to replicate test failures.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2021-11-09 00:52:26 +01:00
parent 39bf6eb996
commit 19344ec030
1 changed files with 2 additions and 2 deletions

View File

@ -95,14 +95,14 @@ public class HttpClientLoadTest extends AbstractTest<HttpClientLoadTest.LoadTran
// At least 25k requests to warmup properly (use -XX:+PrintCompilation to verify JIT activity)
int runs = 1;
int iterations = 150;
int iterations = 50;
for (int i = 0; i < runs; ++i)
{
run(transport, iterations);
}
// Re-run after warmup
iterations = 300;
iterations = 100;
for (int i = 0; i < runs; ++i)
{
run(transport, iterations);