Update perf test contenders, add node-images

This commit is contained in:
Lovell Fuller
2017-05-13 20:08:53 +01:00
parent e398b471e1
commit b7b6fdbdf5
2 changed files with 22 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
"author": "Lovell Fuller <npm@lovell.info>",
"description": "Benchmark and performance tests for sharp",
"scripts": {
"test": "VIPS_WARNING=0 node perf && node random && node parallel"
"test": "node perf && node random && node parallel"
},
"devDependencies": {
"async": "^2.1.4",
@@ -13,9 +13,10 @@
"gm": "^1.23.0",
"imagemagick": "^0.1.3",
"imagemagick-native": "^1.9.3",
"images": "^3.0.0",
"jimp": "^0.2.27",
"lwip": "^0.0.9",
"mapnik": "^3.5.14",
"mapnik": "^3.6.0",
"pajk-lwip": "^0.2.0",
"semver": "^5.3.0"
},
"license": "Apache-2.0",