web/views/benchmarks.erb in sidekiq-benchmark-0.3.3 vs web/views/benchmarks.erb in sidekiq-benchmark-0.3.4

- old
+ new

@@ -11,10 +11,10 @@ <% @types.each do |type| %> <h4><%= type %></h4> <figure class="row"> <div class="col-md-7"> <h5>Amount of tasks by execution time</h5> - <%= column_chart @charts[type][:stats], library: { hAxis: { title: "Execution time" }, vAxis: { title: "Tasks" } } %> + <%= column_chart @charts[type][:stats], library: { hAxis: { title: "Execution time (s)" }, vAxis: { title: "Tasks" } } %> </div> <div class="col-md-5"> <h5>Average execution time</h5> <%= pie_chart @charts[type][:total] %> </div>