source: main/waeup.stress/trunk/kofa01/config.cfg @ 8673

Last change on this file since 8673 was 8673, checked in by uli, 12 years ago

Remove post_run_script from .cfg. It's not very handy.

File size: 257 bytes
Line 
1
2[global]
3run_time = 10
4rampup = 0
5results_ts_interval = 10
6progress_bar = on
7console_logging = off
8xml_report = off
9
10kofa_instance = kofa
11kofa_baseport = 8080
12
13
14[user_group-1]
15threads = 5
16script = v_user.py
17
18[user_group-2]
19threads = 5
20script = v_user2.py
21
Note: See TracBrowser for help on using the repository browser.