From 6261536f57d88450ee5925daf7ff9c49f6baf2d8 Mon Sep 17 00:00:00 2001 From: Li Jie Date: Tue, 7 Nov 2017 12:13:16 +0800 Subject: [PATCH] Fix benchmarks documentation Close #706 --- benchmarks/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/README.md b/benchmarks/README.md index 43f0817c..80e6bc7b 100644 --- a/benchmarks/README.md +++ b/benchmarks/README.md @@ -1,10 +1,10 @@ # Performance -To run these benchmarks: +To run these benchmarks from the root of the project: ``` -npm run build:performance -open ./performance/index.html +yarn benchmark +open ./benchmarks/index.html ``` Append `?fastest` to the URL to include the fastest "other libraries", and