Install libs to benchmark in benchmark project

This commit is contained in:
dapplion 2020-11-30 22:05:37 +00:00
parent b02cd11c96
commit 138c8e99fa
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"name": "bls-libs-benchmark",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"benchmark": "ts-node index && ts-node noble"
},
"dependencies": {
"noble-bls12-381": "^0.6.1"
}
}

8
test/benchmark/yarn.lock Normal file
View File

@ -0,0 +1,8 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
noble-bls12-381@^0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/noble-bls12-381/-/noble-bls12-381-0.6.1.tgz#b44bb5443b4b5c409723f19a8288155f0b3ad126"
integrity sha512-Dt0lq24ez75HqOqNIsxxbzfY7YOuwArtE3H6Clp1XbwnY4Ga1OjFbTaXq5aDBE3+ab1wLK11s0b3yR3+RiWWqw==