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"