Skip to content

Commit 40fda97

Browse files
Lei Shirichardlau
Lei Shi
authored andcommittedMar 25, 2024
benchmark: update iterations of assert/deepequal-typedarrays.js
Fixes: #50571 PR-URL: #51419 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
1 parent 1b2e3b7 commit 40fda97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎benchmark/assert/deepequal-typedarrays.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const bench = common.createBenchmark(main, {
99
'Float32Array',
1010
'Uint32Array',
1111
],
12-
n: [5e2],
12+
n: [25000],
1313
strict: [0, 1],
1414
method: [
1515
'deepEqual',

0 commit comments

Comments
 (0)
Please sign in to comment.