mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
benchmark: update iterations of benchmark/assert/deepequal-map.js
Fixed: https://github.com/nodejs/node/issues/50571 PR-URL: https://github.com/nodejs/node/pull/51416 Fixes: https://github.com/nodejs/node/issues/50571 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
This commit is contained in:
parent
a51efa2bcf
commit
6c080f6e13
@ -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: [
|
||||
|
Loading…
Reference in New Issue
Block a user