update readme

This commit is contained in:
Andy Pan 2018-08-04 10:34:35 +08:00
parent 1833ff6764
commit bb81602342
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ In that benchmark-picture, the first and second benchmarks performed test with 1
![](ants_bench_1000w.png)
There was only the test of `ants` Pool because my computer was crash when it reached 10M goroutines.
There was only the test of `ants` Pool because my computer was crash when it reached 10M goroutines without pool.
**As you can see, `ants` can up to 2x~6x faster than goroutines without pool and the memory consumption is reduced by 10 to 20 times.**