mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
33 lines
948 B
HTML
33 lines
948 B
HTML
<!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>
|