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 richardlau committed Mar 25, 2024
1 parent 7931c3b commit 1b2e3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/assert/deepequal-map.js
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 1b2e3b7

Please sign in to comment.