From ce4b32bb1b8c42a7a107e5c4ae64fc9ab7fd5db2 Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Sat, 29 Jul 2017 21:59:36 +0200 Subject: New: Add performance condidtion graph support. --- lib/postrunner/ChartView.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib') 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 @@ -75,6 +75,13 @@ module PostRunner :colors => '#900000', :show => false }, + { + :id => 'performance_condition', + :label => 'Performance Condition', + :graph => :line_graph, + :colors => '#7CB7E7', + :show => true + }, { :id => 'run_cadence', :label => 'Run Cadence', -- cgit v1.2.3