mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:33:30 +02:00
Add performance test for Canvas Render.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user