mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
added client end-to-end benchmark for 10K concurrent connections
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user