diff options
author | Chris Schlaeger <chris@linux.com> | 2017-07-29 21:59:36 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2017-07-29 21:59:36 +0200 |
commit | ce4b32bb1b8c42a7a107e5c4ae64fc9ab7fd5db2 (patch) | |
tree | 95edaad4eedcfc88ffd36ffb0caa30da344254f0 /lib | |
parent | efe165e108689f917b96a238dcf621a0ab67c579 (diff) | |
download | postrunner-ce4b32bb1b8c42a7a107e5c4ae64fc9ab7fd5db2.zip |
New: Add performance condidtion graph support.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/postrunner/ChartView.rb | 7 |
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', |