| <!doctype html> | |
| <html> | |
| <head> | |
| <title>JSBench Benchmark Harness</title> | |
| <script type="text/javascript" src="harness.js"></script> | |
| </head> | |
| <body> | |
| <h1>JSBench Harness</h1> | |
| <input type="button" id="go" value="Run benchmarks" /> | |
| <div id="output"> </div> | |
| <iframe id="bmframe" src="about:blank" width="640" height="480"></iframe> | |
| </body> | |
| </html> |