add configuration for calculating max rounds from collection
This commit is contained in:
@ -1,6 +1,8 @@
|
|||||||
# Test Configuration
|
# Test Configuration
|
||||||
task_id: "1111" # Task ID from config-task.yml
|
task_id: "1111" # Task ID from config-task.yml
|
||||||
middle_server_url: "http://localhost:3000"
|
middle_server_url: "http://localhost:3000"
|
||||||
|
# collection used to determine the max_rounds, if the value is not directly set
|
||||||
|
rounds_collection: "documentations"
|
||||||
# base_port: 5000 # Base port for worker servers
|
# base_port: 5000 # Base port for worker servers
|
||||||
# max_rounds: 1 # Maximum number of test rounds
|
# max_rounds: 1 # Maximum number of test rounds
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user