web/views/benchmarks.slim in sidekiq-benchmark-0.1.1 vs web/views/benchmarks.slim in sidekiq-benchmark-0.1.2

- old
+ new

@@ -9,10 +9,11 @@ - @types.each do |type| section h4= type figure.row .span5 - h5 Count jobs by execution time - == column_chart @charts[type][:stats] + h5 Amount of tasks by execution time + == column_chart @charts[type][:stats], + library: { hAxis: { title: "Execution time" }, vAxis: { title: "Tasks" } } .span4 h5 Average execution time == pie_chart @charts[type][:total]