mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
cosmetic change to pages' header
This commit is contained in:
parent
5c33a57158
commit
98271f6140
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<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> </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">
|
||||
</head>
|
||||
<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> </p>
|
||||
<p><button id="createBenchmark">Creation</button> <button id="lookupBenchmark">Lookup</button></p>
|
||||
|
|
Loading…
Reference in a new issue