We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821ebcd commit 4a61670Copy full SHA for 4a61670
1 file changed
bench/00map.bench.js
@@ -23,6 +23,8 @@ module.exports = function (type, size, fn) {
23
}
24
};
25
26
+ if (type.match(/[Ii]nt/) && fn == 'complex') return;
27
+
28
const allocator = global[type + 'Array'];
29
30
const { exprJS, exprExprTkE, exprExprTkI} = fns[fn];
0 commit comments