blob: 160c7352b04bc81972ec8b7ad896722390d14a2e [file] [log] [blame]
<!DOCTYPE html>
<body>
<script src="../resources/runner.js"></script>
<script>
var count = 0;
var format = new Intl.NumberFormat();
PerfTestRunner.measureRunsPerSecond({run() {
format.format(count++);
}});
</script>
</body>