We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4703273 commit 54e23f6Copy full SHA for 54e23f6
benchmark/assert/deepequal-typedarrays.js
@@ -9,7 +9,7 @@ const bench = common.createBenchmark(main, {
9
'Float32Array',
10
'Uint32Array',
11
],
12
- n: [5e2],
+ n: [25000],
13
strict: [0, 1],
14
method: [
15
'deepEqual',
0 commit comments