Skip to content

Commit 4a61670

Browse files
committed
skip trigonometry in uint32 test on default run
1 parent 821ebcd commit 4a61670

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bench/00map.bench.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ module.exports = function (type, size, fn) {
2323
}
2424
};
2525

26+
if (type.match(/[Ii]nt/) && fn == 'complex') return;
27+
2628
const allocator = global[type + 'Array'];
2729

2830
const { exprJS, exprExprTkE, exprExprTkI} = fns[fn];

0 commit comments

Comments
 (0)