mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-10-31 18:38:45 +01:00
16 lines
487 B
HTML
16 lines
487 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 performance of some operations that are affected by CanvasBlocker.
|
|
<div id="log">
|
|
</div>
|
|
<script src="canvasAPI.js"></script>
|
|
<script src="performanceTest.js"></script>
|
|
</body></html> |