Skip to content

Commit

Permalink
Add missing runs parameter for coordinator run function
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Wilk <[email protected]>
  • Loading branch information
kliwniloc committed Aug 18, 2024
1 parent 6ababc1 commit 9dea2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/benchmarking_tool/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,4 @@
coordinator.trigger_benchmark(args.random)

else:
coordinator.run(args.random, args.quick)
coordinator.run(args.random, args.quick, args.runs)

0 comments on commit 9dea2ee

Please sign in to comment.