1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

allow navigating back to benchmarks/tests index page

This commit is contained in:
Raymond Hill 2018-12-04 13:15:45 -05:00
parent edfe4a33cd
commit 9946267f93
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
3 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,8 @@
</head>
<body style="font: 14px sans-serif">
<h1>Benchmark of large hostname-lookup from small to large set: Set, HNTrie</h1>
<p><a href="./.">Back</a></p>
<p>&nbsp;</p>
<p><button id="createBenchmark">Creation</button> <button id="lookupBenchmark">Lookup</button></p>
<div id="results-0" style="white-space:pre;font-family:mono"></div>
<div id="results-1" style="white-space:pre;font-family:mono"></div>

View File

@ -6,6 +6,8 @@
</head>
<body style="font: 14px sans-serif">
<h1>Benchmark of hostname-lookup from small to medium set: Set, RegExp, HNTrie</h1>
<p><a href="./.">Back</a></p>
<p>&nbsp;</p>
<p><button id="createBenchmark">Creation</button> <button id="lookupBenchmark">Lookup</button></p>
<div id="results-0" style="white-space:pre;font-family:mono"></div>
<div id="results-1" style="white-space:pre;font-family:mono"></div>

View File

@ -6,6 +6,8 @@
</head>
<body style="font: 14px sans-serif">
<h1>HNTrieContainer test</h1>
<p><a href="./.">Back</a></p>
<p>&nbsp;</p>
<div><button id="test" type="button">Test!</button></div>
<div id="stdout"></div>
<script src="https://rawcdn.githack.com/gorhill/uBlock/1b6fea16da81d1df3e2efd5a31894f71ea04dbb1/src/js/hntrie.js"></script>