Update benchmark target image height for fairer tests #624

This commit is contained in:
Lovell Fuller
2016-11-27 19:51:55 +00:00
parent dfd6d95209
commit d7d03b1ca2
3 changed files with 17 additions and 17 deletions

View File

@@ -8,7 +8,7 @@
"test": "VIPS_WARNING=0 node perf && node random && node parallel"
},
"devDependencies": {
"async": "^2.1.1",
"async": "^2.1.4",
"benchmark": "^2.1.2",
"gm": "^1.23.0",
"imagemagick": "^0.1.3",

View File

@@ -28,7 +28,7 @@ try {
const fixtures = require('../fixtures');
const width = 720;
const height = 480;
const height = 588;
// Disable libvips cache to ensure tests are as fair as they can be
sharp.cache(false);