forked from gorhill/uBlock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbenchmarks.html
More file actions
33 lines (28 loc) · 948 Bytes
/
benchmarks.html
File metadata and controls
33 lines (28 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>uBlock — Benchmarks</title>
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/dashboard-common.css">
<link rel="stylesheet" href="css/benchmarks.css">
</head>
<body>
<div class="body">
<p>The purpose of this pane is strictly for development purpose. Please, do <strong>not</strong> open issues about it.</p>
<div id="staticNetFilteringEngine">
<p>Static Network Filtering Engine <button type="button">Measure</button></p>
</div>
<div id="results">
</div>
</div>
<script src="js/vapi.js"></script>
<script src="js/vapi-common.js"></script>
<script src="js/vapi-client.js"></script>
<script src="js/udom.js"></script>
<script src="js/i18n.js"></script>
<script src="js/dashboard-common.js"></script>
<script src="js/benchmarks.js"></script>
</body>
</html>