<%= benchmark.name %>

Edit

Benchmark scoring type: <%= benchmark.scoring %>
Description:

<%= benchmark.description %>


Profiles created for this benchmark:

<% if benchmark.benchmark_profiles.length > 0 %> <% benchmark.benchmark_profiles.each do |bp| %> <% end %>
Profile Label Tests Linked Created at Last updated
<%= bp.display_name %> <%= bp.tests.length %> <%= bp.created_at %> <%= bp.updated_at %>
<% else %>

There are no profiles associated with this benchmark.

<% end %>