From 8c22032be771809206b59172b58c5e3a8e96565c Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Tue, 19 Feb 2019 12:14:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=8B=20Revise=20the=20performance=20dia?= =?UTF-8?q?gram=20with=20more=20specific=20parameters?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5172dba..a9805e2 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ In above benchmark picture, the first and second benchmarks performed test cases ### Performance Summary -![](https://user-images.githubusercontent.com/7496278/52989187-4104e500-343d-11e9-880f-9641eec436ca.gif) +![](https://user-images.githubusercontent.com/7496278/52989641-51b65a80-343f-11e9-86c0-e855d97343ea.gif) **In conclusion, `ants` can up to 2x~6x faster than goroutines without a pool and the memory consumption is reduced by 10 to 20 times.**