Sha256: 3d503c06ec4d2bdda7af49962460d9e07496ce5f112e36a7924f1c7aa386aca4

Contents?: true

Size: 1.17 KB

Versions: 20

Compression:

Stored size: 1.17 KB

Contents

<h2 class="subtitle">Throughput</h2>
<div id="throughput_report_chart_mini" class="chart_mini"></div>

<h2 class="subtitle">Average Response Time</h2>
<div id="response_time_report_chart_mini" class="chart_mini"></div>

<h2 class="subtitle"><%= title %></h2>
<table class="table is-fullwidth is-hoverable is-narrow is-size-7">
  <thead>
    <tr>
      <th data-sort="string">Datetime</th>
      <th data-sort="string">Method</th>
      <th data-sort="string">Path</th>
      <th data-sort="string">Format</th>
      <th data-sort="int">Status</th>
      <th data-sort="float">Duration</th>
      <th data-sort="float">Views</th>
      <th data-sort="float">DB</th>
    </tr>
  </thead>
  <tbody>
    <% @data.each do |e| %>
      <tr>
        <td><%= format_datetime e[:datetime] %></td>
        <td><%= e[:method] %></td>
        <td><%= link_to_path(e) %></td>
        <td><%= e[:format] %></td>
        <td><%= status_tag e[:status] %></td>
        <td class="nowrap"><%= ms e[:duration] %></td>
        <td class="nowrap"><%= ms e[:view_runtime] %></td>
        <td class="nowrap"><%= ms e[:db_runtime] %></td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
rails_performance-1.2.0.alpha5 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.2.0.alpha4 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.2.0.alpha3 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.2.0.alpha2 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.2.0.alpha1 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.1.0 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.0.5.3 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.0.5.2 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.0.5.1 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.0.5 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.0.4 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.0.3 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.0.2 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.0.1 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.0.0 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.0.0.beta5 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.0.0.beta4 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.0.0.beta3 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.0.0.beta2 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.0.0.beta1 app/views/rails_performance/rails_performance/_summary.html.erb