Run benchmark:all on benchmark:all

This commit is contained in:
dapplion 2020-12-01 08:40:51 +00:00
parent b2101553b1
commit 9e3fe5a2d0
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
"download-test-cases": "ts-node test/downloadSpecTests.ts",
"coverage": "codecov -F bls",
"benchmark": "ts-node benchmark",
"benchmark:all": "cd benchmark && yarn install && yarn benchmark"
"benchmark:all": "cd benchmark && yarn install && yarn benchmark:all"
},
"dependencies": {
"@chainsafe/bls-keygen": "^0.3.0",