Sha256: 2092b643cb01f994f3333305e4b45a93dc6a382f82f95b3807bc6ed8dc4d4968

Contents?: true

Size: 479 Bytes

Versions: 11

Compression:

Stored size: 479 Bytes

Contents

<table>
  <thead>
    <tr>
      <th>Feature</th>
      <th>Scenario</th>
      <th>Duration</th>
    </tr>
  </thead>
  <tbody>
    <% results.each do |info| %>
      <tr>
        <td>
          <span><%= ERB::Util.h(info.feature_name) %></span>
        </td>
        <td>
          <a href="#<%= info.id %>"><%= ERB::Util.h(info.name) %></a>
        </td>
        <td>
          <span><%= info.run_time %> sec</span>
        </td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
turnip_formatter-0.8.0 lib/turnip_formatter/renderer/html/views/statistics_speed.html.erb
turnip_formatter-0.7.2 lib/turnip_formatter/renderer/html/views/statistics_speed.html.erb
turnip_formatter-0.7.1 lib/turnip_formatter/renderer/html/views/statistics_speed.html.erb
turnip_formatter-0.7.0 lib/turnip_formatter/renderer/html/views/statistics_speed.html.erb
turnip_formatter-0.6.1 lib/turnip_formatter/renderer/html/views/statistics_speed.html.erb
turnip_formatter-0.6.0 lib/turnip_formatter/renderer/html/views/statistics_speed.html.erb
turnip_formatter-0.6.0.pre.beta.7 lib/turnip_formatter/renderer/html/views/statistics_speed.html.erb
turnip_formatter-0.6.0.pre.beta.6 lib/turnip_formatter/renderer/html/views/statistics_speed.html.erb
turnip_formatter-0.6.0.pre.beta.5 lib/turnip_formatter/renderer/html/views/statistics_speed.html.erb
turnip_formatter-0.6.0.pre.beta.4 lib/turnip_formatter/renderer/html/views/statistics_speed.html.erb
turnip_formatter-0.6.0.pre.beta.3 lib/turnip_formatter/renderer/html/views/statistics_speed.html.erb