Skip to content

Commit

Permalink
Fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
acanadil authored and alwayslove2013 committed Nov 1, 2024
1 parent 5fc72f4 commit 20c513d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vectordb_bench/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def run(
concurrency_duration=parameters["concurrency_duration"],
num_concurrency=[int(s) for s in parameters["num_concurrency"]],
),
custom_case=parameters.get("custom_case", {}),
custom_case=get_custom_case_config(parameters),
),
stages=parse_task_stages(
(
Expand Down

0 comments on commit 20c513d

Please sign in to comment.