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