From 2a46bf5f024e90212b5d528fb2162b659392c811 Mon Sep 17 00:00:00 2001 From: Michele Riva Date: Thu, 4 Aug 2022 14:57:43 +0000 Subject: [PATCH] chore(benchmarks): update benchmark table --- packages/benchmarks/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/benchmarks/README.md b/packages/benchmarks/README.md index 3d3095d7f..247c4a617 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` | 301μs | 25 | -| **Exact search** | `"stelle"` | `"*"` | `N/A` | 71μs | 25 | -| **Typo tolerance** | `"stele"` | `"*"` | `1` | 890μs | 28 | -| **Exact search** | `"onde si muovono a diversi porti"` | `"*"` | `N/A` | 215μs | 135 | -| **Typo tolerance** | `"ode si mossero a divisi porte"` | `"*"` | `5` | 61ms | 14097 | +| **Exact search** | `"stelle"` | `["txt"]`| `N/A` | 263μs | 25 | +| **Exact search** | `"stelle"` | `"*"` | `N/A` | 58μs | 25 | +| **Typo tolerance** | `"stele"` | `"*"` | `1` | 766μs | 28 | +| **Exact search** | `"onde si muovono a diversi porti"` | `"*"` | `N/A` | 160μs | 135 | +| **Typo tolerance** | `"ode si mossero a divisi porte"` | `"*"` | `5` | 48ms | 14097 | | **Typo tolerance** | `"ode si mossero a divisi porte"` | `["txt"]`| `5` | 5ms | 5544 |