aboutsummaryrefslogtreecommitdiffstats
path: root/etc/yardstick
diff options
context:
space:
mode:
Diffstat (limited to 'etc/yardstick')
-rw-r--r--etc/yardstick/yardstick.conf.sample13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/yardstick/yardstick.conf.sample b/etc/yardstick/yardstick.conf.sample
new file mode 100644
index 000000000..82326dd1b
--- /dev/null
+++ b/etc/yardstick/yardstick.conf.sample
@@ -0,0 +1,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