This commit is contained in:
Andy Pan 2018-09-19 00:27:50 +08:00
parent 833b6e29ac
commit 1dac82c4c5
1 changed files with 0 additions and 1 deletions

View File

@ -117,6 +117,5 @@ func BenchmarkAntsPool(b *testing.B) {
for j := 0; j < RunTimes; j++ {
p.Serve(Param)
}
// b.Logf("running goroutines: %d", p.Running())
}
}