Skip to content

Commit becb214

Browse files
committed
docs: add detailed comments for Overquery and efSearch equivalence in the benchmark script
1 parent 9be023e commit becb214

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

bindings/python/examples/benchmark-vector/run_arcadedb_search_study.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ HEAPS_CSV="${4:-}"
1919
THREADS="${5:-4}"
2020
OUTPUT_ROOT="${6:-arcadedb_runs_search}"
2121

22+
# as for M=16, efConstruction=100, k=50
23+
# | Overquery | Equivalent efSearch |
24+
# | --------- | ------------------- |
25+
# | 1.0 | 50 |
26+
# | 2.0 | 100 |
27+
# | 3.0 | 150 |
28+
# | 4.0 | 200 |
29+
# | 6.0 | 300 |
30+
# | 8.0 | 400 |
31+
2232
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
2333
PY="${SCRIPT_DIR}/run_arcadedb_search_study.py"
2434

0 commit comments

Comments
 (0)