mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
Merge pull request #514 from kevinlincg/master
fix typo in gpool_bench_test.go
This commit is contained in:
@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user