Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
c0e7b7504cf2308a143b0fc6e3b00d0be6857ddd
/
.
/
JSTests
/
microbenchmarks
/
json-stringify-empty-array.js
blob: d9fdfa41e8b81f224287abfa1364f88f75edfb3a [
file
]
const
arr
=
[];
for
(
let i
=
0
;
i
<
1e6
;
++
i
)
JSON
.
stringify
(
arr
);