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

15 lines
411 B
HTML
Raw Normal View History

2017-08-07 21:03:45 +02:00
<!DOCTYPE html>
<html>
<head>
<title>Performance test</title>
2019-02-20 08:13:37 +01:00
<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">
2017-08-07 21:03:45 +02:00
</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>