1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-02 11:28:05 +02:00
CanvasBlocker/test/performanceTest.html
2019-02-20 08:13:37 +01:00

15 lines
411 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Performance test</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="testIcon.svg" type="image/png" rel="icon">
<link href="testIcon.svg" type="image/png" rel="shortcut icon">
</head>
<body>
<h1>Performance test</h1>
Tests the canvas readout performance.
<div id="log">
</div>
<script src="performanceTest.js"></script>
</body></html>