|
ConfigFile
Configuration File Format
Featured Configuration File FormatEach project contains a config.cfg file where you define settings for a test. Here is a sample config file showing all possible configuration options: [global] run_time: 300 rampup: 300 results_ts_interval: 30 progress_bar: on console_logging: off xml_report: off results_database: sqlite:///projects/default_project/results.db post_run_script: python projects/default_project/foo.py [user_group-1] threads: 30 script: example_mock.py [user_group-2] threads: 30 script: example_mock.py Global Options
User Groups
|
Thanks for this very useful tool. It seems that the threads number should be set the same value for different value, due to a bug in line 94 of multi-mechanize.py. Otherwise, the threads number in the console output is not correct.