From 1cb275b04ca0e4aaed2e819a4058551ea818d339 Mon Sep 17 00:00:00 2001 From: andy pan Date: Mon, 2 Jul 2018 14:27:29 +0800 Subject: [PATCH] close the pool after testing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6469519..48cecf4 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ There was only the test of `ants` Pool because my computer was crash when it rea **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.** -[1]: https://travis-ci.com/panjf2000/ants.svg?branch=develop +[1]: https://travis-ci.com/panjf2000/ants.svg?branch=master [2]: https://travis-ci.com/panjf2000/ants [3]: https://godoc.org/github.com/panjf2000/ants?status.svg [4]: https://godoc.org/github.com/panjf2000/ants