From 4cbf51613b9a9215234b18f417c5ed6298fcfc2a Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Tue, 31 Oct 2017 11:24:07 +0300 Subject: [PATCH] add benchmark npm script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4bc4c42..c70f58f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "build": "./node_modules/.bin/grunt && jest", "watch": "./node_modules/.bin/grunt watch", "codecov": "./node_modules/.bin/grunt && jest --coverage && codecov", - "ci-test": "./node_modules/.bin/grunt && jest --coverage && codecov" + "ci-test": "./node_modules/.bin/grunt && jest --coverage && codecov", + "benchmark": "./node_modules/.bin/grunt bench" }, "repository": { "type": "git",