Merge branch 'develop'

This commit is contained in:
Andy Pan 2018-09-19 00:28:20 +08:00
commit af376f1b7b
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())
}
}