Files
gun/test/stool.html
Mark Nadal bdb61924b5 PTSD.js
2016-03-07 18:17:23 -08:00

35 lines
875 B
HTML

<html>
<head>
<title>stool</title>
<meta name="Description" content="stool: a JavaScript benchmarking utility">
<link rel="stylesheet" href="stool.css">
</head>
<body>
<div id="inject"></div>
<h1>stool</h1>
<section>
<h3>Setup code</h3>
<textarea rows="6" id="common" class="common input" placeholder="Common Code"></textarea>
</section>
<section>
<h3>Test cases</h3>
<table id="suite">
<tr>
<th class="th-remove"></th>
<th class="th-case">Case</th>
<th class="th-result">Result</th>
</tr>
</table>
<a href="#" id="add">+ Add test case</a>
</section>
<button id="run">Run!</button>
<button id="abort">Abort</button>
<button id="share">Share</button>
<a id="share-result"></a>
<script src="benchmark.js"></script>
<script src="stool.js"></script>
<script src="../gun.js"></script>
<script src="perf.js"></script>
</body>
</html>