Sign in
webkit
/
WebKit
/
73d489c153bea24ba07ff63ba8b8ea61cc2bba7a
/
.
/
JSTests
/
microbenchmarks
/
json-stringify-empty-array.js
blob: d9fdfa41e8b81f224287abfa1364f88f75edfb3a [
file
] [
log
] [
blame
]
const
arr
=
[];
for
(
let i
=
0
;
i
<
1e6
;
++
i
)
JSON
.
stringify
(
arr
);