mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-10-31 18:38:45 +01:00
12 lines
221 B
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> |