Skip to content

Commit

Permalink
fix: regression benchmark tool parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
beniz committed Nov 6, 2020
1 parent 77d2c0e commit 3840218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/python/dd_client/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def service_create(bs):
elif args.segmentation:
parameters_input["segmentation"] = True
elif args.regression:
parameters_input["regression"] = True
parameters_output["regression"] = True
elif args.search:
parameters_output["search"] = True

Expand Down

0 comments on commit 3840218

Please sign in to comment.