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