CanvasBlocker/test/performanceTest.html

12 lines
221 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Performance test</title>
</head>
<body>
<h1>Performance test</h1>
Tests the canvas readout performance.
<div id="log">
</div>
<script src="performanceTest.js"></script>
</body></html>