Skip to content

Commit

Permalink
Tests: use of SIMD is the default behaviour (#4282)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle authored Nov 23, 2024
1 parent eba82a8 commit bee1fba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/bench/parallel.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const width = 720;
const height = 480;

sharp.concurrency(1);
sharp.simd(true);

const timer = setInterval(function () {
console.dir(sharp.counters());
Expand Down
1 change: 0 additions & 1 deletion test/bench/random.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const sharp = require('../../');
const fixtures = require('../fixtures');

sharp.cache(false);
sharp.simd(true);

const min = 320;
const max = 960;
Expand Down

0 comments on commit bee1fba

Please sign in to comment.