blob: ec02c898a2b6602845c907f1ef9588f4c2b4481d [file] [log] [blame]
keith_miller@apple.coma8f138f2016-05-24 19:00:51 +00001<!doctype html>
2<html>
3 <head>
4 <title>JSBench Benchmark Harness</title>
5 <script type="text/javascript" src="harness.js"></script>
6 </head>
7 <body>
8 <h1>JSBench Harness</h1>
9 <input type="button" id="go" value="Run benchmarks" />
10 <div id="output">&nbsp;</div>
11 <iframe id="bmframe" src="about:blank" width="640" height="480"></iframe>
12 </body>
13</html>