Skip to content

Commit 6805a98

Browse files
committed
Merge branch 'main' of github.com:nearform/lyra
2 parents 64bc57f + 9506c16 commit 6805a98

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/benchmarks/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ You can find the full dataset [here](https://github.com/nearform/lyra/blob/main/
99

1010
| Search | Term | Properties | Typo tolerance | Time Elapsed | Results |
1111
|--------------------|---------------------------------------|------------|----------------|---------------|-------------|
12-
| **Exact search** | `"stelle"` | `["txt"]`| `N/A` | 299μs | 25 |
13-
| **Exact search** | `"stelle"` | `"*"` | `N/A` | 204μs | 25 |
14-
| **Typo tolerance** | `"stele"` | `"*"` | `1` | 2ms | 28 |
15-
| **Exact search** | `"onde si muovono a diversi porti"` | `"*"` | `N/A` | 350μs | 268 |
16-
| **Typo tolerance** | `"ode si mossero a divisi porte"` | `"*"` | `5` | 37ms | 43023 |
17-
| **Typo tolerance** | `"ode si mossero a divisi porte"` | `["txt"]`| `5` | 4ms | 7430 |
12+
| **Exact search** | `"stelle"` | `["txt"]`| `N/A` | 364μs | 25 |
13+
| **Exact search** | `"stelle"` | `"*"` | `N/A` | 317μs | 25 |
14+
| **Typo tolerance** | `"stele"` | `"*"` | `1` | 790μs | 28 |
15+
| **Exact search** | `"onde si muovono a diversi porti"` | `"*"` | `N/A` | 399μs | 268 |
16+
| **Typo tolerance** | `"ode si mossero a divisi porte"` | `"*"` | `5` | 46ms | 43023 |
17+
| **Typo tolerance** | `"ode si mossero a divisi porte"` | `["txt"]`| `5` | 5ms | 7430 |
1818

1919

0 commit comments

Comments
 (0)