aboutsummaryrefslogtreecommitdiffstats
path: root/etc/yardstick/yardstick.conf.sample
blob: 82326dd1bf92548b21644438f4a1a01173ebb24a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[DEFAULT]
# verbose = True
# debug = True
# dispatcher = http

[dispatcher_http]
# timeout = 5
# target = http://127.0.0.1:8000/results

[dispatcher_file]
# file_path = /tmp/yardstick.out
# max_bytes = 0
# backup_count = 0