mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
benchmark: update iterations of assert/deepequal-typedarrays.js
Fixes: https://github.com/nodejs/node/issues/50571 PR-URL: https://github.com/nodejs/node/pull/51419 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
This commit is contained in:
parent
6c080f6e13
commit
e8de0f5869
@ -9,7 +9,7 @@ const bench = common.createBenchmark(main, {
|
||||
'Float32Array',
|
||||
'Uint32Array',
|
||||
],
|
||||
n: [5e2],
|
||||
n: [25000],
|
||||
strict: [0, 1],
|
||||
method: [
|
||||
'deepEqual',
|
||||
|
Loading…
Reference in New Issue
Block a user