Skip to content

Commit

Permalink
chore(benchmarks): update benchmark table
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Riva committed Jul 30, 2022
1 parent 66ce5ce commit d83b154
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ 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` | 330μs | 25 |
| **Exact search** | `"stelle"` | `"*"` | `N/A` | 73μs | 25 |
| **Typo tolerance** | `"stele"` | `"*"` | `1` | 811μs | 28 |
| **Exact search** | `"onde si muovono a diversi porti"` | `"*"` | `N/A` | 277μs | 135 |
| **Typo tolerance** | `"ode si mossero a divisi porte"` | `"*"` | `5` | 54ms | 44130 |
| **Typo tolerance** | `"ode si mossero a divisi porte"` | `["txt"]`| `5` | 16ms | 6018 |
| **Exact search** | `"stelle"` | `["txt"]`| `N/A` | 234μs | 25 |
| **Exact search** | `"stelle"` | `"*"` | `N/A` | 52μs | 25 |
| **Typo tolerance** | `"stele"` | `"*"` | `1` | 687μs | 28 |
| **Exact search** | `"onde si muovono a diversi porti"` | `"*"` | `N/A` | 246μs | 135 |
| **Typo tolerance** | `"ode si mossero a divisi porte"` | `"*"` | `5` | 41ms | 44130 |
| **Typo tolerance** | `"ode si mossero a divisi porte"` | `["txt"]`| `5` | 10ms | 6018 |


0 comments on commit d83b154

Please sign in to comment.