forked from mirror/ants
update
This commit is contained in:
parent
833b6e29ac
commit
1dac82c4c5
|
@ -117,6 +117,5 @@ func BenchmarkAntsPool(b *testing.B) {
|
||||||
for j := 0; j < RunTimes; j++ {
|
for j := 0; j < RunTimes; j++ {
|
||||||
p.Serve(Param)
|
p.Serve(Param)
|
||||||
}
|
}
|
||||||
// b.Logf("running goroutines: %d", p.Running())
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue