From c45594a1158f31e8202dca8ccc9a31a29b6a29f1 Mon Sep 17 00:00:00 2001 From: Michele Riva Date: Sat, 30 Jul 2022 07:14:38 +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 324b60ba7..aafef7018 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` | 238μs | 25 | -| **Exact search** | `"stelle"` | `"*"` | `N/A` | 57μs | 25 | -| **Typo tolerance** | `"stele"` | `"*"` | `1` | 738μs | 28 | -| **Exact search** | `"onde si muovono a diversi porti"` | `"*"` | `N/A` | 279μs | 135 | +| **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` | 4ms | 6018 | +| **Typo tolerance** | `"ode si mossero a divisi porte"` | `["txt"]`| `5` | 16ms | 6018 |