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