Tests: add squoosh-cli and squoosh-lib to performance benchmarks

This commit is contained in:
Lovell Fuller
2021-08-16 20:32:54 +01:00
parent 551441cedd
commit d07a549438
2 changed files with 64 additions and 1 deletions

View File

@@ -8,6 +8,8 @@
"test": "node perf && node random && node parallel"
},
"devDependencies": {
"@squoosh/cli": "0.7.2",
"@squoosh/lib": "0.4.0",
"async": "3.2.1",
"benchmark": "2.1.4",
"gm": "1.23.1",
@@ -18,6 +20,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": "14"
"node": "16"
}
}