update readme
[c11concurrency-benchmarks.git] / jsbench-2013.1 / harness.html
1 <!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>