Sha256: 31008e76720f282bdc7029350352312ec1dfa0c789e2b7b64b55506a2770a207

Contents?: true

Size: 1.23 KB

Versions: 16

Compression:

Stored size: 1.23 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-9">
  <thead>
    <tr>
      <th data-sort="string">Datetime</th>
      <th data-sort="string">Method</th>
      <th></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><%= bot_icon e["user_agent"] %></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

16 entries across 16 versions & 1 rubygems

Version Path
rails_performance-1.4.1 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.4.1.alpha1 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.4.0 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.4.0.alpha5 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.4.0.alpha4 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.4.0.alpha3 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.4.0.alpha2 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.4.0.alpha1 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.3.3 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.3.2 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.3.1 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.3.0 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.2.3 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.2.2 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.2.1 app/views/rails_performance/rails_performance/_summary.html.erb
rails_performance-1.2.0 app/views/rails_performance/rails_performance/_summary.html.erb