diff --git a/packages/benchmarks/README.md b/packages/benchmarks/README.md index a680742ea..fa0627e6f 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` | 317μs | 25 | -| **Exact search** | `"stelle"` | `"*"` | `N/A` | 68μs | 25 | +| **Exact search** | `"stelle"` | `["txt"]`| `N/A` | 376μs | 25 | +| **Exact search** | `"stelle"` | `"*"` | `N/A` | 89μs | 25 | | **Typo tolerance** | `"stele"` | `"*"` | `1` | 1ms | 28 | -| **Exact search** | `"onde si muovono a diversi porti"` | `"*"` | `N/A` | 191μs | 135 | -| **Typo tolerance** | `"ode si mossero a divisi porte"` | `"*"` | `5` | 75ms | 14097 | -| **Typo tolerance** | `"ode si mossero a divisi porte"` | `["txt"]`| `5` | 6ms | 5544 | +| **Exact search** | `"onde si muovono a diversi porti"` | `"*"` | `N/A` | 217μs | 135 | +| **Typo tolerance** | `"ode si mossero a divisi porte"` | `"*"` | `5` | 73ms | 14097 | +| **Typo tolerance** | `"ode si mossero a divisi porte"` | `["txt"]`| `5` | 7ms | 5544 |