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>