Skip to content

Commit

Permalink
Merge branch 'main' of github.com:nearform/lyra
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Aug 2, 2022
2 parents 5736262 + a31a56b commit b24bffd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ You can find the full dataset [here](https://github.com/nearform/lyra/blob/main/

| Search | Term | Properties | Typo tolerance | Time Elapsed | Results |
|--------------------|---------------------------------------|------------|----------------|---------------|-------------|
| **Exact search** | `"stelle"` | `["txt"]`| `N/A` | 276μs | 25 |
| **Exact search** | `"stelle"` | `["txt"]`| `N/A` | 267μs | 25 |
| **Exact search** | `"stelle"` | `"*"` | `N/A` | 59μs | 25 |
| **Typo tolerance** | `"stele"` | `"*"` | `1` | 811μs | 28 |
| **Exact search** | `"onde si muovono a diversi porti"` | `"*"` | `N/A` | 161μs | 135 |
| **Typo tolerance** | `"stele"` | `"*"` | `1` | 786μs | 28 |
| **Exact search** | `"onde si muovono a diversi porti"` | `"*"` | `N/A` | 162μs | 135 |
| **Typo tolerance** | `"ode si mossero a divisi porte"` | `"*"` | `5` | 54ms | 14097 |
| **Typo tolerance** | `"ode si mossero a divisi porte"` | `["txt"]`| `5` | 5ms | 5544 |

Expand Down

0 comments on commit b24bffd

Please sign in to comment.