summaryrefslogtreecommitdiffstats
path: root/benches
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-04-05 16:10:59 +0200
committerCanop <cano.petrole@gmail.com>2020-04-05 16:10:59 +0200
commit4379039a665bbc4d80ab5b65b184a673c0515549 (patch)
tree987600f14058d7e592be1bcabbc0a7c177d86ca0 /benches
parentb639432ea198f77a3fb286086e994ba1a80f42e1 (diff)
remove diacritics to find matches which differ only by them
Related to #216
Diffstat (limited to 'benches')
-rw-r--r--benches/fuzzy.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/benches/fuzzy.rs b/benches/fuzzy.rs
index c5abfbf..fddd3b3 100644
--- a/benches/fuzzy.rs
+++ b/benches/fuzzy.rs
@@ -10,7 +10,7 @@ use {
};
-static PATTERNS: &[&str] = &["réveil", "broot", "AB", "é"];
+static PATTERNS: &[&str] = &["réveil", "AB", "e", "brt"];
// this list contains 100 names, which makes it easier to estimate the duration
// of a pattern matching per file name.
static NAMES: &[&str] = &[