mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Tests: use of SIMD is the default behaviour (#4282)
This commit is contained in:
parent
eba82a8ba5
commit
bee1fbaa34
@ -15,7 +15,6 @@ const width = 720;
|
|||||||
const height = 480;
|
const height = 480;
|
||||||
|
|
||||||
sharp.concurrency(1);
|
sharp.concurrency(1);
|
||||||
sharp.simd(true);
|
|
||||||
|
|
||||||
const timer = setInterval(function () {
|
const timer = setInterval(function () {
|
||||||
console.dir(sharp.counters());
|
console.dir(sharp.counters());
|
||||||
|
@ -12,7 +12,6 @@ const sharp = require('../../');
|
|||||||
const fixtures = require('../fixtures');
|
const fixtures = require('../fixtures');
|
||||||
|
|
||||||
sharp.cache(false);
|
sharp.cache(false);
|
||||||
sharp.simd(true);
|
|
||||||
|
|
||||||
const min = 320;
|
const min = 320;
|
||||||
const max = 960;
|
const max = 960;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user