mirror of https://github.com/gorhill/uBlock.git
allow navigating back to benchmarks/tests index page
This commit is contained in:
parent
edfe4a33cd
commit
9946267f93
|
@ -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> </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>
|
||||
|
|
|
@ -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> </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>
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
</head>
|
||||
<body style="font: 14px sans-serif">
|
||||
<h1>HNTrieContainer test</h1>
|
||||
<p><a href="./.">Back</a></p>
|
||||
<p> </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>
|
||||
|
|
Loading…
Reference in New Issue