Skip to content

Commit 2a46bf5

Browse files
author
Michele Riva
committed
chore(benchmarks): update benchmark table
1 parent 5d16937 commit 2a46bf5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/benchmarks/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ You can find the full dataset [here](https://github.com/nearform/lyra/blob/main/
99

1010
| Search | Term | Properties | Typo tolerance | Time Elapsed | Results |
1111
|--------------------|---------------------------------------|------------|----------------|---------------|-------------|
12-
| **Exact search** | `"stelle"` | `["txt"]`| `N/A` | 301μs | 25 |
13-
| **Exact search** | `"stelle"` | `"*"` | `N/A` | 71μs | 25 |
14-
| **Typo tolerance** | `"stele"` | `"*"` | `1` | 890μs | 28 |
15-
| **Exact search** | `"onde si muovono a diversi porti"` | `"*"` | `N/A` | 215μs | 135 |
16-
| **Typo tolerance** | `"ode si mossero a divisi porte"` | `"*"` | `5` | 61ms | 14097 |
12+
| **Exact search** | `"stelle"` | `["txt"]`| `N/A` | 263μs | 25 |
13+
| **Exact search** | `"stelle"` | `"*"` | `N/A` | 58μs | 25 |
14+
| **Typo tolerance** | `"stele"` | `"*"` | `1` | 766μs | 28 |
15+
| **Exact search** | `"onde si muovono a diversi porti"` | `"*"` | `N/A` | 160μs | 135 |
16+
| **Typo tolerance** | `"ode si mossero a divisi porte"` | `"*"` | `5` | 48ms | 14097 |
1717
| **Typo tolerance** | `"ode si mossero a divisi porte"` | `["txt"]`| `5` | 5ms | 5544 |
1818

1919

0 commit comments

Comments
 (0)