Guest User

grinder.properties

a guest
Dec 30th, 2015
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. # Which test do you wish to run
  2. grinder.script=grinder_test_from_har.py
  3. # How many tests do you want to run in parallel
  4. grinder.processes=2
  5. grinder.threads=100
  6. # How many times to repeat them
  7. grinder.runs=5
  8. # Specify the IP and port of the host running the console
  9. grinder.consoleHost=127.0.0.1
  10. grinder.consolePort=6372
  11. # Enable logging of test runs for debugging
  12. grinder.logDirectory=log
  13. grinder.numberOfOldLogs=2
Advertisement
Add Comment
Please, Sign In to add comment