Skip to content

Commit

Permalink
Added explanation of config.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Daly committed Apr 16, 2013
1 parent 9734f7b commit 97fd866
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion load_tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ Python's multithreading library. You can fix the issue by changing
`Worker` in `queue/consumer.py` to subclass `threading.Thread` instead
of `multiprocessing.Process`.
7. Run your load test. If you are using multi-mechanize, the command
is `multimech-run PROJECT_NAME`.
is `multimech-run PROJECT_NAME`.
**Note**: You can configure multi-mechanize by updating the `config.cfg` file
in the test directory.

0 comments on commit 97fd866

Please sign in to comment.