<%= js :chartkick %>

Benchmarks

<% @types.each do |type| %>

<%= type %>

Amount of tasks by execution time
<%= column_chart @charts[type][:stats], library: { hAxis: { title: "Execution time" }, vAxis: { title: "Tasks" } } %>
Average execution time
<%= pie_chart @charts[type][:total] %>
<% end %>