1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-06 21:37:50 +02:00
CanvasBlocker/test/performanceTest.html
2017-08-13 23:44:31 +02:00

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>