Skip to content

Commit

Permalink
all: fix benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
dchest committed Apr 16, 2017
1 parent f822db7 commit 86ba179
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"scripts": {
"build": "node scripts/build.js",
"test": "lerna run test",
"bench": "lerna run bench",
"lint": "tslint packages/**/*.ts",
"publish-all": "lerna publish"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/constant-time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
},
"scripts": {
"build": "tsc",
"test": "jasmine JASMINE_CONFIG_PATH=../../configs/jasmine.json",
"bench": "node ./dist/constant-time.bench.js"
"test": "jasmine JASMINE_CONFIG_PATH=../../configs/jasmine.json"
}
}
3 changes: 1 addition & 2 deletions packages/hmac/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
},
"scripts": {
"build": "tsc",
"test": "jasmine JASMINE_CONFIG_PATH=../../configs/jasmine.json",
"bench": "node ./dist/hmac.bench.js"
"test": "jasmine JASMINE_CONFIG_PATH=../../configs/jasmine.json"
},
"dependencies": {
"@stablelib/constant-time": "^0.0.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
},
"scripts": {
"build": "tsc",
"test": "jasmine JASMINE_CONFIG_PATH=../../configs/jasmine.json",
"bench": "node ./dist/test.bench.js"
"test": "jasmine JASMINE_CONFIG_PATH=../../configs/jasmine.json"
}
}

0 comments on commit 86ba179

Please sign in to comment.