Merge branch 'master' of /home/git/concurrency-benchmarks
[c11concurrency-benchmarks.git] / jsbench-2013.1 / harness.html
diff --git a/jsbench-2013.1/harness.html b/jsbench-2013.1/harness.html
new file mode 100644 (file)
index 0000000..ec02c89
--- /dev/null
@@ -0,0 +1,13 @@
+<!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">&nbsp;</div>
+        <iframe id="bmframe" src="about:blank" width="640" height="480"></iframe>
+    </body>
+</html>