Skip to content

Commit f1c7ad3

Browse files
authored
Update cli.py fix bug (#649) (#651)
1 parent dd8c626 commit f1c7ad3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vectordb_bench/cli/cli.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,3 +652,6 @@ def run(
652652
time.sleep(5)
653653
if global_result_future:
654654
wait([global_result_future])
655+
656+
while benchmark_runner.has_running():
657+
time.sleep(1)

0 commit comments

Comments
 (0)