mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Update benchmark target image height for fairer tests #624
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user