mirror of
https://github.com/panjf2000/ants.git
synced 2025-12-16 18:11:03 +00:00
update
This commit is contained in:
parent
86cea41d7e
commit
68d55de6f8
@ -44,7 +44,7 @@ const (
|
||||
const (
|
||||
RunTimes = 10000000
|
||||
Param = 100
|
||||
AntsSize = 10000
|
||||
AntsSize = 500
|
||||
)
|
||||
|
||||
func demoFunc() error {
|
||||
|
||||
@ -47,6 +47,7 @@ func TestAntsPoolWithFunc(t *testing.T) {
|
||||
}
|
||||
wg.Wait()
|
||||
|
||||
t.Logf("pool with func, running workers number:%d", p.Running())
|
||||
mem := runtime.MemStats{}
|
||||
runtime.ReadMemStats(&mem)
|
||||
t.Logf("memory usage:%d", mem.TotalAlloc/GiB)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user