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