mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Tests: use of SIMD is the default behaviour (#4282)
This commit is contained in:
@@ -15,7 +15,6 @@ const width = 720;
|
||||
const height = 480;
|
||||
|
||||
sharp.concurrency(1);
|
||||
sharp.simd(true);
|
||||
|
||||
const timer = setInterval(function () {
|
||||
console.dir(sharp.counters());
|
||||
|
||||
Reference in New Issue
Block a user