Sign in
webkit
/
WebKit
/
51d2026f123f19fcb7f647cb9beef1a0b7f94b83
/
.
/
PerformanceTests
/
Intl
/
numberformat-create-default.html
blob: 65a829a4947ed1cf561dc263d2424eaa661aa619 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<body>
<script
src
=
"../resources/runner.js"
></script>
<script>
var
count
=
0
;
PerfTestRunner
.
measureRunsPerSecond
({
run
()
{
new
Intl
.
NumberFormat
();
count
++;
}});
</script>
</body>