summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Schlaeger <chris@linux.com>2017-07-29 21:59:36 +0200
committerChris Schlaeger <chris@linux.com>2017-07-29 21:59:36 +0200
commitce4b32bb1b8c42a7a107e5c4ae64fc9ab7fd5db2 (patch)
tree95edaad4eedcfc88ffd36ffb0caa30da344254f0
parentefe165e108689f917b96a238dcf621a0ab67c579 (diff)
downloadpostrunner-ce4b32bb1b8c42a7a107e5c4ae64fc9ab7fd5db2.zip
New: Add performance condidtion graph support.
-rw-r--r--lib/postrunner/ChartView.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/postrunner/ChartView.rb b/lib/postrunner/ChartView.rb
index 44df2fe..191f9f0 100644
--- a/lib/postrunner/ChartView.rb
+++ b/lib/postrunner/ChartView.rb
@@ -76,6 +76,13 @@ module PostRunner
:show => false
},
{
+ :id => 'performance_condition',
+ :label => 'Performance Condition',
+ :graph => :line_graph,
+ :colors => '#7CB7E7',
+ :show => true
+ },
+ {
:id => 'run_cadence',
:label => 'Run Cadence',
:unit => 'spm',