Commit 51354c1
committed
Refactor benchmark scripts and add internal vector latency probe
- Deleted outdated benchmark results summary for graph OLAP across all datasets.
- Introduced a new internal script for measuring vector query latency over HTTP, allowing for comparison between raw and expanded SQL forms.
- Updated OLTP and OLAP matrix scripts to increase the number of runs from 1 to 3 and expanded the supported databases to include PostgreSQL and DuckDB.
- Modified graph OLTP and OLAP matrix scripts to adjust memory limits and include Neo4j as a supported database.
- Enhanced summary scripts to capture Neo4j versioning and GAV (Graph Analytical View) setup times, improving the clarity of benchmark results.
- Updated documentation within scripts to reflect changes in GAV handling and database support.1 parent a122168 commit 51354c1
15 files changed
Lines changed: 4516 additions & 584 deletions
File tree
- bindings/python
- docs/examples
- examples
- benchmark_results
- scripts
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
655 | 656 | | |
656 | 657 | | |
657 | 658 | | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
658 | 662 | | |
659 | 663 | | |
660 | 664 | | |
| |||
665 | 669 | | |
666 | 670 | | |
667 | 671 | | |
| 672 | + | |
668 | 673 | | |
669 | 674 | | |
670 | 675 | | |
| |||
694 | 699 | | |
695 | 700 | | |
696 | 701 | | |
| 702 | + | |
697 | 703 | | |
698 | 704 | | |
699 | 705 | | |
700 | 706 | | |
701 | 707 | | |
702 | 708 | | |
| 709 | + | |
| 710 | + | |
703 | 711 | | |
704 | 712 | | |
705 | 713 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
188 | 189 | | |
189 | 190 | | |
190 | 191 | | |
| 192 | + | |
| 193 | + | |
191 | 194 | | |
192 | 195 | | |
193 | 196 | | |
194 | 197 | | |
195 | 198 | | |
196 | 199 | | |
| 200 | + | |
197 | 201 | | |
198 | 202 | | |
199 | 203 | | |
| |||
224 | 228 | | |
225 | 229 | | |
226 | 230 | | |
| 231 | + | |
227 | 232 | | |
228 | 233 | | |
0 commit comments