Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitgtk/2.30
/
.
/
JSTests
/
microbenchmarks
/
json-stringify-array-replacer.js
blob: 0202027aa457fa01aeec19d0ab5382f8118d6c10 [
file
] [
log
] [
blame
] [
edit
]
const
replacer
=
new
Array
(
15
).
fill
(
'key'
);
for
(
let i
=
0
;
i
<
1e6
;
++
i
)
JSON
.
stringify
(
null
,
replacer
);