Add jimp to perf tests #275

This commit is contained in:
Lovell Fuller
2015-09-27 09:38:47 +01:00
parent cdad84edc6
commit 6dce2deb82
2 changed files with 88 additions and 4 deletions

9
test/bench/package.json Executable file → Normal file
View File

@@ -8,13 +8,14 @@
"test": "node perf && node random && node parallel"
},
"devDependencies": {
"async": "^1.4.2",
"benchmark": "^1.0.0",
"gm": "^1.20.0",
"imagemagick": "^0.1.3",
"imagemagick-native": "^1.8.0",
"gm": "^1.18.1",
"jimp": "^0.2.5",
"lwip": "^0.0.7",
"async": "^1.4.2",
"semver": "^5.0.1",
"benchmark": "^1.0.0"
"semver": "^5.0.3"
},
"license": "Apache-2.0",
"engines": {