Sign in
webkit
/
WebKit
/
f8d6f707cd1c8210f9b74872643e34fb7320a98f
/
.
/
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>