aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2015-08-12 10:18:19 -0500
committerClark Williams <williams@redhat.com>2015-08-12 12:16:18 -0500
commitcbef6767a18295c14add9b73c44c8bb8202ad1d7 (patch)
tree4080e29cc0073ad3db9955209e5b8f01a1a344ce
parent60ee94da76c20d4a872e1069958f79cac301d996 (diff)
downloadrteval-cbef6767a18295c14add9b73c44c8bb8202ad1d7.tar.gz
config: comment out HWLatDetect measurement module [1245699]
The HWLatDetect module is not ready for production use and should not be used with another measurement module anyway. Comment it out in the default configuration. Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--rteval.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/rteval.conf b/rteval.conf
index 7aab759..1a7d69d 100644
--- a/rteval.conf
+++ b/rteval.conf
@@ -1,12 +1,14 @@
+#
+# default configuration file for rteval
+#
[rteval]
duration: 60.0
report_interval: 600
[measurement]
cyclictest: module
-HWLatDetect: module
+#HWLatDetect: module
[loads]
kcompile: module
hackbench: module
-