mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-15 16:07:51 +03:00
Consistency fix: BenchmarkNetHTTPServerGet10000ReqPerConn -> BenchmarkNetHTTPServerGet10KReqPerConn
This commit is contained in:
@@ -43,7 +43,7 @@ func BenchmarkNetHTTPServerGet10ReqPerConn(b *testing.B) {
|
||||
benchmarkNetHTTPServerGet(b, defaultClientsCount, 10)
|
||||
}
|
||||
|
||||
func BenchmarkNetHTTPServerGet10000ReqPerConn(b *testing.B) {
|
||||
func BenchmarkNetHTTPServerGet10KReqPerConn(b *testing.B) {
|
||||
benchmarkNetHTTPServerGet(b, defaultClientsCount, 10000)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user