From 87184d38ba65663d6f691c57e5e04dc7ccbe64a1 Mon Sep 17 00:00:00 2001 From: Thomas Wilkerling Date: Wed, 5 Mar 2025 10:58:44 +0100 Subject: [PATCH] force cache refresh of githack files --- bench.js | 4 +- test/flexsearch-0.8.0-soundex/index.html | 60 ++++++++++++++++++++++++ test/flexsearch-0.8.0/index.html | 18 ++++--- 3 files changed, 70 insertions(+), 12 deletions(-) create mode 100644 test/flexsearch-0.8.0-soundex/index.html diff --git a/bench.js b/bench.js index 1c07718..1043ff2 100644 --- a/bench.js +++ b/bench.js @@ -159,12 +159,12 @@ queue.push({ prepare: null, fn: function(){ //lib.query("there were six spanish pieces of four pistoles"); - //lib.query("glumdalclitch and i attended the king and queen in a progress"); + lib.query("glumdalclitch and i attended the king and queen in a progress"); lib.query("only in this island of luggnagg the appetite for living was not so eager"); }, end: null, complete: null, - count: 14 + count: 25 }); queue.push({ diff --git a/test/flexsearch-0.8.0-soundex/index.html b/test/flexsearch-0.8.0-soundex/index.html new file mode 100644 index 0000000..2cdbc93 --- /dev/null +++ b/test/flexsearch-0.8.0-soundex/index.html @@ -0,0 +1,60 @@ + + + + + Benchmark + + +

Benchmark: flexsearch-0.8.0


+

Indexed Text: "Gulliver's Travels" (Swift Jonathan 1726)

+
+ + + diff --git a/test/flexsearch-0.8.0/index.html b/test/flexsearch-0.8.0/index.html index 9c933f0..28b5444 100644 --- a/test/flexsearch-0.8.0/index.html +++ b/test/flexsearch-0.8.0/index.html @@ -10,9 +10,10 @@