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

@@ -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);