Skip to content

Commit

Permalink
table head updates (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored Mar 5, 2021
1 parent 40b1cbe commit ff86adc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/item-detail/item-detail.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -357,22 +357,22 @@ <h6 class="card-header bg-transparent">Request Statistics <span class="compare">
<mfDefaultSorter by="maxResponseTime">max [ms]</mfDefaultSorter>
</th>
<th scope="col" class="hd">
<mfDefaultSorter by="n0">90% [ms]</mfDefaultSorter>
<mfDefaultSorter by="n0">P90 [ms]</mfDefaultSorter>
</th>
<th scope="col" class="hd">
<mfDefaultSorter by="n5">95% [ms]</mfDefaultSorter>
<mfDefaultSorter by="n5">P95 [ms]</mfDefaultSorter>
</th>
<th scope="col" class="hd">
<mfDefaultSorter by="n9">99% [ms]</mfDefaultSorter>
<mfDefaultSorter by="n9">P99 [ms]</mfDefaultSorter>
</th>
<th scope="col" class="hd">
<mfDefaultSorter by="throughput">throughput [hits/s]</mfDefaultSorter>
<mfDefaultSorter by="throughput">requests/s</mfDefaultSorter>
</th>
<th scope="col" class="hd">
<mfDefaultSorter by="bytes">avg data [kb]</mfDefaultSorter>
<mfDefaultSorter by="bytes">size [KB]</mfDefaultSorter>
</th>
<th scope="col" class="hd">
<mfDefaultSorter by="errorRate">errorRate</mfDefaultSorter>
<mfDefaultSorter by="errorRate">error rate</mfDefaultSorter>
</th>
<th scope="col" class="hd">
</th>
Expand Down

0 comments on commit ff86adc

Please sign in to comment.