Skip to content

Commit

Permalink
benchmark: update iterations of assert/deepequal-typedarrays.js
Browse files Browse the repository at this point in the history
Fixes: #50571
PR-URL: #51419
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
  • Loading branch information
lucshi authored and marco-ippolito committed Feb 29, 2024
1 parent 72be232 commit 7e06c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/assert/deepequal-typedarrays.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const bench = common.createBenchmark(main, {
'Float32Array',
'Uint32Array',
],
n: [5e2],
n: [25000],
strict: [0, 1],
method: [
'deepEqual',
Expand Down

0 comments on commit 7e06c11

Please sign in to comment.