blob: 160c7352b04bc81972ec8b7ad896722390d14a2e [file] [log] [blame]
commit-queue@webkit.orgb77eab32017-05-04 23:03:52 +00001<!DOCTYPE html>
2<body>
3<script src="../resources/runner.js"></script>
4<script>
5var count = 0;
6var format = new Intl.NumberFormat();
7
8PerfTestRunner.measureRunsPerSecond({run() {
9 format.format(count++);
10}});
11</script>
12</body>