Merge "Change PTL informatin in INFO"
[bottlenecks.git] / testsuites / vstf / vstf_scripts / etc / vstf / default / sw_perf.tool-settings
1 //Place your settings in the file "user/sw_perf.tool-settings",
2 //which overrides the settings in here.
3 {
4     "pktgen":{
5         "threads": 2,
6         "wait": 5,
7         "time": 20
8     },
9     "netperf":{
10         "threads": 2,
11         "wait": 5,
12         "time": 20
13     },
14     "qperf":{
15         "threads": 1,
16         "wait": 5,
17         "time": 2
18     },
19     "iperf":{
20         "threads": 1,
21         "wait": 5,
22         "time": 20
23     },
24     "netmap":{
25         "threads": 1,
26         "wait": 12,
27         "time": 20
28     }
29 }