We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1842c6 commit 391e77fCopy full SHA for 391e77f
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