Skip to content

Commit 36ea9c2

Browse files
committed
points to master branch
1 parent 60ee664 commit 36ea9c2

File tree

6 files changed

+20
-10
lines changed

6 files changed

+20
-10
lines changed

index.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88
font-weight: 300;
99
line-height: 26px;
1010
font-size: 100%;
11-
background-color: #222;
12-
color: #bbb;
11+
background-color: #1a1e23;
12+
color: #f0f6fc;
13+
padding: 15px 10px;
14+
}
15+
a{
16+
color: #4493f8 !important;
1317
}
1418
h1{
1519
padding-top: 10px;

match.html

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@
55
<title>Matching Comparison of Full-Text-Search Libraries (Fuzzy-Search)</title>
66
<style>
77
body{
8-
font-family: sans-serif;
8+
font-family: Arial, Helvetica, sans-serif;
9+
background-color: #1a1e23;
10+
color: #f0f6fc;
11+
padding: 15px 10px;
912
}
1013
table td{
1114
padding: 1em 2em;
1215
}
16+
a{
17+
color: #4493f8 !important;
18+
}
1319
</style>
1420
</head>
1521
<body>

test/flexsearch-0.8.0-cache/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ <h2>Benchmark: flexsearch-0.8.0-cache</h2><hr/>
1010
<h4>Indexed Text: "Gulliver's Travels" (Swift Jonathan 1726)</h4>
1111
<p style="color: #f00">This test is using query cache and is outside the competition! It is just there for completion.</p>
1212
<div id="result" style="white-space: pre; font-family: Monospaced, monospace"></div>
13-
<script src="https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2/dist/flexsearch.light.min.js"></script>
13+
<script src="https://rawcdn.githack.com/nextapps-de/flexsearch/master/dist/flexsearch.light.min.js"></script>
1414
<script type="module">
1515

16-
import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2/dist/module-min/lang/en.js";
16+
import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/master/dist/module-min/lang/en.js";
1717
import { suite } from "../../bench.js";
1818

1919
let lib;

test/flexsearch-0.8.0-match/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<h2>Benchmark: flexsearch-0.8.0-match</h2><hr/>
99
<h4>Indexed Text: "Gulliver's Travels" (Swift Jonathan 1726)</h4>
1010
<div id="result" style="white-space: pre; font-family: Monospaced, monospace"></div>
11-
<script src="https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2/dist/flexsearch.compact.min.js"></script>
11+
<script src="https://rawcdn.githack.com/nextapps-de/flexsearch/master/dist/flexsearch.compact.min.js"></script>
1212
<script type="module">
1313

1414
import { suite } from "../../bench.js";

test/flexsearch-0.8.0-soundex/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<h2>Benchmark: flexsearch-0.8.0-soundex</h2><hr/>
1010
<h4>Indexed Text: "Gulliver's Travels" (Swift Jonathan 1726)</h4>
1111
<div id="result" style="white-space: pre; font-family: Monospaced, monospace"></div>
12-
<script src="https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2/dist/flexsearch.compact.min.js"></script>
12+
<script src="https://rawcdn.githack.com/nextapps-de/flexsearch/master/dist/flexsearch.compact.min.js"></script>
1313
<script type="module">
1414

15-
import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2/dist/module-min/lang/en.js";
15+
import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/master/dist/module-min/lang/en.js";
1616
import { suite } from "../../bench.js";
1717

1818
let lib;

test/flexsearch-0.8.0/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<h2>Benchmark: flexsearch-0.8.0</h2><hr/>
1010
<h4>Indexed Text: "Gulliver's Travels" (Swift Jonathan 1726)</h4>
1111
<div id="result" style="white-space: pre; font-family: Monospaced, monospace"></div>
12-
<script src="https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2/dist/flexsearch.light.min.js"></script>
12+
<script src="https://rawcdn.githack.com/nextapps-de/flexsearch/master/dist/flexsearch.light.min.js"></script>
1313
<script type="module">
1414

15-
import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2/dist/module-min/lang/en.js";
15+
import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/master/dist/module-min/lang/en.js";
1616
import { suite } from "../../bench.js";
1717

1818
let lib;

0 commit comments

Comments
 (0)