fix typo in gpool_bench_test.go

This commit is contained in:
KevinLin
2020-02-20 09:01:09 +08:00
parent f18312419b
commit d570624caa

View File

@ -36,7 +36,7 @@ func BenchmarkSyncPoolPut(b *testing.B) {
}
}
func BenchmarkGpoolGet(b *testing.B) {
func BenchmarkSyncPoolGet(b *testing.B) {
for i := 0; i < b.N; i++ {
syncp.Get()
}