diff --git a/client_timing_test.go b/client_timing_test.go index 36ce6a3..2cb30e4 100644 --- a/client_timing_test.go +++ b/client_timing_test.go @@ -318,6 +318,10 @@ func BenchmarkClientGetEndToEnd1000Inmemory(b *testing.B) { benchmarkClientGetEndToEndInmemory(b, 1000) } +func BenchmarkClientGetEndToEnd10KInmemory(b *testing.B) { + benchmarkClientGetEndToEndInmemory(b, 10000) +} + func benchmarkClientGetEndToEndInmemory(b *testing.B, parallelism int) { ln := fasthttputil.NewInmemoryListener()