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