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">
|
2020-11-21 13:58:32 +01:00
|
|
|
<link rel="stylesheet" href="../default.css" type="text/css">
|
2017-08-07 21:03:45 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2017-08-13 23:44:31 +02:00
|
|
|
<h1>Performance test</h1>
|
2019-09-04 00:30:20 +02:00
|
|
|
Tests the performance of some operations that are affected by CanvasBlocker.
|
2017-08-07 21:03:45 +02:00
|
|
|
<div id="log">
|
|
|
|
</div>
|
2020-01-06 15:15:04 +01:00
|
|
|
<script src="canvasAPI.js"></script>
|
2017-08-13 23:44:31 +02:00
|
|
|
<script src="performanceTest.js"></script>
|
2017-08-07 21:03:45 +02:00
|
|
|
</body></html>
|