added performance test suite with two sample performance tests

This commit is contained in:
Eric Rowell
2012-07-14 09:57:21 -07:00
parent 5bfcf3ffa8
commit 2548e3c2ef
5 changed files with 104 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" type="text/css"href="../base.css">
<script src="../../dist/kinetic-core.js"></script>
<script src="../js/Test.js"></script>
<script src="../js/performanceTests.js"></script>
<script>
window.onload = function() {
var test = new Test();
test.run();
};
</script>
</head>
<body onmousedown="return false;"></body>
</html>