From 567b8959a586a3b4967295188597b73a56cacfe8 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Tue, 19 Feb 2019 12:15:52 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=87=A8=F0=9F=87=B3=20Revise=20the=20perfo?= =?UTF-8?q?rmance=20diagram=20with=20more=20specific=20parameters?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README_ZH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_ZH.md b/README_ZH.md index ef86ac5..316b0a7 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -245,7 +245,7 @@ Go Version: 1.9 ### 性能小结 -![](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) **从该demo测试吞吐性能对比可以看出,使用`ants`的吞吐性能相较于原生goroutine可以保持在2-6倍的性能压制,而内存消耗则可以达到10-20倍的节省优势。**