We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed424f1 commit b6223aaCopy full SHA for b6223aa
benchmark/assert/deepequal-map.js
@@ -5,7 +5,7 @@ const { deepEqual, deepStrictEqual, notDeepEqual, notDeepStrictEqual } =
5
require('assert');
6
7
const bench = common.createBenchmark(main, {
8
- n: [5e2],
+ n: [5e3],
9
len: [5e2],
10
strict: [0, 1],
11
method: [
0 commit comments