aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-08-11 19:43:30 +0200
committerKarel Kočí <cynerd@email.cz>2015-08-13 10:09:57 +0200
commit78e08ef8cd15a60f19b15a9b5f1dfcdf57767721 (patch)
tree813795ce35301950252304ca16ce0067896ea759 /conf.py
parentb88557fa9e30b57e616635e3037ea5b56f7d4d4f (diff)
downloadlinux-conf-perf-78e08ef8cd15a60f19b15a9b5f1dfcdf57767721.tar.gz
linux-conf-perf-78e08ef8cd15a60f19b15a9b5f1dfcdf57767721.tar.bz2
linux-conf-perf-78e08ef8cd15a60f19b15a9b5f1dfcdf57767721.zip
Add measure tool desription to database
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index 583981b..965d2f4 100644
--- a/conf.py
+++ b/conf.py
@@ -31,6 +31,10 @@ boot_command = ['echo', 'bootit']
# Command to parse double value from boot output
parse_command = ['echo', '0']
+# measurement_identifier
+# Identifier of measurement can consist of measure tool name and version
+measure_identifier = 'cyclictest-v0.92'
+
# picosat_args
# Additional arguments passed to PicoSAT.
picosat_args = []