From 1c687585c70c16648b7b6b43f436021b505ee7c3 Mon Sep 17 00:00:00 2001 From: Yoav Sarfaty <40428803+YoavSarfaty@users.noreply.github.com> Date: Thu, 25 Apr 2019 18:36:12 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8d6b56..60660ec 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,4 @@ multithread(myFunction, [otherFunction])(myArg) That's it, it's as simple as that! ## Performance +You can measure the performance [in this merge sort test.](https://yoavsarfaty.github.io/Multithread/)