Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
PerformanceTests
/
Intl
/
numberformat-format-default.html
blob: 160c7352b04bc81972ec8b7ad896722390d14a2e [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<body>
<script
src
=
"../resources/runner.js"
></script>
<script>
var
count
=
0
;
var
format
=
new
Intl
.
NumberFormat
();
PerfTestRunner
.
measureRunsPerSecond
({
run
()
{
format
.
format
(
count
++);
}});
</script>
</body>