Consistency fix: BenchmarkNetHTTPServerGet10000ReqPerConn -> BenchmarkNetHTTPServerGet10KReqPerConn

This commit is contained in:
Aliaksandr Valialkin
2015-11-22 16:33:37 +02:00
parent 74ab3b6c1f
commit d5e425206e
+1 -1
View File
@@ -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)
}