1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-13 00:19:52 +02:00
CanvasBlocker/test/performanceTest.html

12 lines
221 B
HTML
Raw Normal View History

2017-08-07 21:03:45 +02:00
<!DOCTYPE html>
<html>
<head>
<title>Performance test</title>
</head>
<body>
2017-08-13 23:44:31 +02:00
<h1>Performance test</h1>
Tests the canvas readout performance.
2017-08-07 21:03:45 +02:00
<div id="log">
</div>
2017-08-13 23:44:31 +02:00
<script src="performanceTest.js"></script>
2017-08-07 21:03:45 +02:00
</body></html>