mirror of https://github.com/gorhill/uBlock.git
cosmetic change to pages' header
This commit is contained in:
parent
5c33a57158
commit
98271f6140
|
@ -5,7 +5,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
<body style="font: 14px sans-serif">
|
<body style="font: 14px sans-serif">
|
||||||
<h1>Benchmark of large hostname-lookup from small to large set: Set, HNTrie</h1>
|
<h1>Benchmark of large hostname-lookup from small to large set:<br>Set, HNTrie</h1>
|
||||||
<p><a href="./.">Back</a></p>
|
<p><a href="./.">Back</a></p>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<p><button id="createBenchmark">Creation</button> <button id="lookupBenchmark">Lookup</button></p>
|
<p><button id="createBenchmark">Creation</button> <button id="lookupBenchmark">Lookup</button></p>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
<body style="font: 14px sans-serif">
|
<body style="font: 14px sans-serif">
|
||||||
<h1>Benchmark of hostname-lookup from small to medium set: Set, RegExp, HNTrie</h1>
|
<h1>Benchmark of hostname-lookup from small to medium set:<br>Set, RegExp, HNTrie</h1>
|
||||||
<p><a href="./.">Back</a></p>
|
<p><a href="./.">Back</a></p>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<p><button id="createBenchmark">Creation</button> <button id="lookupBenchmark">Lookup</button></p>
|
<p><button id="createBenchmark">Creation</button> <button id="lookupBenchmark">Lookup</button></p>
|
||||||
|
|
Loading…
Reference in New Issue