Got performance test stuff started.

This commit is contained in:
Alan Johnson
2010-09-03 23:11:29 -05:00
parent 222e810190
commit 88e975d2b2
4 changed files with 399 additions and 10 deletions
+19
View File
@@ -0,0 +1,19 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script src="vendor/jquery.js"></script>
<link rel="stylesheet" href="vendor/test/qunit.css" type="text/css" media="screen" />
<script type="text/javascript" src="../lib/handlebars.js"></script>
<script type="text/javascript" src="mustache-0.3.0.js"></script>
</head>
<body>
<h1 id="qunit-header">Performance Testing</h1>
<h2 id="qunit-banner"></h2>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
<div id="main" style="display: none">
</div>
<script type="text/javascript" src="perf.js"></script>
</body>
</html>