From 0dde0473e03ded958099456a7a86880193a386df Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 4 Jul 2014 22:28:30 +0200 Subject: [PATCH] add benchmark to package.json run with `npm run bench` --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 26db021..5c4d560 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "node": ">=0.10.0" }, "scripts": { - "test": "mocha" + "test": "mocha", + "bench": "matcha benchmark.js" }, "files": [ "index.js"