Benchmarks

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

<%= type %>

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