Tests: use of SIMD is the default behaviour (#4282)

This commit is contained in:
Steven 2024-11-23 17:52:12 -05:00 committed by GitHub
parent eba82a8ba5
commit bee1fbaa34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@ const width = 720;
const height = 480;
sharp.concurrency(1);
sharp.simd(true);
const timer = setInterval(function () {
console.dir(sharp.counters());

View File

@ -12,7 +12,6 @@ const sharp = require('../../');
const fixtures = require('../fixtures');
sharp.cache(false);
sharp.simd(true);
const min = 320;
const max = 960;