🚀 benchmark

This commit is contained in:
platane
2020-07-21 18:15:41 +02:00
parent 1898ec16e4
commit e637604df1
13 changed files with 182 additions and 61 deletions

View File

@@ -1,4 +1,11 @@
{
"name": "@snk/compute",
"version": "1.0.0"
"version": "1.0.0",
"devDependencies": {
"@zeit/ncc": "0.22.3",
"park-miller": "1.1.0"
},
"scripts": {
"benchmark": "ncc run __tests__/benchmark.ts --quiet"
}
}