Skip to content

Commit

Permalink
benchmark: update iterations of benchmark/assert/deepequal-map.js
Browse files Browse the repository at this point in the history
Fixed: #50571
PR-URL: #51416
Fixes: #50571
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
  • Loading branch information
lucshi authored and marco-ippolito committed Feb 29, 2024
1 parent ed424f1 commit b6223aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/assert/deepequal-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { deepEqual, deepStrictEqual, notDeepEqual, notDeepStrictEqual } =
require('assert');

const bench = common.createBenchmark(main, {
n: [5e2],
n: [5e3],
len: [5e2],
strict: [0, 1],
method: [
Expand Down

0 comments on commit b6223aa

Please sign in to comment.