Add performance test for Canvas Render.

This commit is contained in:
Gunther Brunner
2014-02-21 19:28:45 +09:00
parent df3a29d94c
commit 9eb5c74639
9 changed files with 263 additions and 50 deletions

View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<title>Fast Image Render Test</title>
</head>
<body>
<h2>Fast Image Render Test</h2>
<h3>Frame number</h3>
<div id="frame-number"></div>
<canvas width="643px" height="1149px"></canvas>
<!--<canvas width="642px" height="1146px"></canvas>-->
<script src="../index.js"></script>
<script src="performance_test.js"></script>
</body>
</html>