mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-01 02:48:44 +01:00
1125d6f1a8
For #106
17 lines
550 B
HTML
17 lines
550 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">
|
|
<link rel="stylesheet" href="../default.css" type="text/css">
|
|
</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> |