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