diff --git a/packages/benchmarks/README.md b/packages/benchmarks/README.md index fb68b2871..6dba9bb3b 100644 --- a/packages/benchmarks/README.md +++ b/packages/benchmarks/README.md @@ -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` | 299μs | 25 | -| **Exact search** | `"stelle"` | `"*"` | `N/A` | 204μs | 25 | -| **Typo tolerance** | `"stele"` | `"*"` | `1` | 2ms | 28 | -| **Exact search** | `"onde si muovono a diversi porti"` | `"*"` | `N/A` | 350μs | 268 | -| **Typo tolerance** | `"ode si mossero a divisi porte"` | `"*"` | `5` | 37ms | 43023 | -| **Typo tolerance** | `"ode si mossero a divisi porte"` | `["txt"]`| `5` | 4ms | 7430 | +| **Exact search** | `"stelle"` | `["txt"]`| `N/A` | 364μs | 25 | +| **Exact search** | `"stelle"` | `"*"` | `N/A` | 317μs | 25 | +| **Typo tolerance** | `"stele"` | `"*"` | `1` | 790μs | 28 | +| **Exact search** | `"onde si muovono a diversi porti"` | `"*"` | `N/A` | 399μs | 268 | +| **Typo tolerance** | `"ode si mossero a divisi porte"` | `"*"` | `5` | 46ms | 43023 | +| **Typo tolerance** | `"ode si mossero a divisi porte"` | `["txt"]`| `5` | 5ms | 7430 |