From 929a6cdfb6ed844d1744277fd465fd7d1a2b77f5 Mon Sep 17 00:00:00 2001 From: Michele Riva Date: Wed, 3 Aug 2022 13:31:23 +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 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 |