Add SVG report for typical stroke mask pooling at warm 10th stroke
This commit is contained in:
@@ -0,0 +1,193 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>composite_scratch_pooling/warm_composite - Criterion.rs</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
font: 14px Helvetica Neue;
|
||||
text-rendering: optimizelegibility;
|
||||
}
|
||||
|
||||
.body {
|
||||
width: 960px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
th {
|
||||
font-weight: 200
|
||||
}
|
||||
|
||||
th,
|
||||
td {
|
||||
padding-right: 3px;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #1F78B4;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
th.ci-bound {
|
||||
opacity: 0.6
|
||||
}
|
||||
|
||||
td.ci-bound {
|
||||
opacity: 0.5
|
||||
}
|
||||
|
||||
.stats {
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.additional_stats {
|
||||
flex: 0 0 60%
|
||||
}
|
||||
|
||||
.additional_plots {
|
||||
flex: 1
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 36px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 24px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
#footer {
|
||||
height: 40px;
|
||||
background: #888;
|
||||
color: white;
|
||||
font-size: larger;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
#footer a {
|
||||
color: white;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#footer p {
|
||||
text-align: center
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="body">
|
||||
<h2>composite_scratch_pooling/warm_composite</h2>
|
||||
<div class="absolute">
|
||||
<section class="plots">
|
||||
<table width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="pdf.svg">
|
||||
<img src="pdf_small.svg" alt="PDF of Slope" width="450" height="300" />
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="iteration_times.svg">
|
||||
<img src="iteration_times_small.svg" alt="Iteration Times" width="450" height="300" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
<section class="stats">
|
||||
<div class="additional_stats">
|
||||
<h4>Additional Statistics:</h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th title="0.95 confidence level" class="ci-bound">Lower bound</th>
|
||||
<th>Estimate</th>
|
||||
<th title="0.95 confidence level" class="ci-bound">Upper bound</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>R²</td>
|
||||
<td class="ci-bound">0.0081471</td>
|
||||
<td>0.0084283</td>
|
||||
<td class="ci-bound">0.0080883</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mean</td>
|
||||
<td class="ci-bound">9.8564 ms</td>
|
||||
<td>10.074 ms</td>
|
||||
<td class="ci-bound">10.314 ms</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td title="Standard Deviation">Std. Dev.</td>
|
||||
<td class="ci-bound">859.37 µs</td>
|
||||
<td>1.1716 ms</td>
|
||||
<td class="ci-bound">1.4937 ms</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Median</td>
|
||||
<td class="ci-bound">9.6172 ms</td>
|
||||
<td>10.047 ms</td>
|
||||
<td class="ci-bound">10.150 ms</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td title="Median Absolute Deviation">MAD</td>
|
||||
<td class="ci-bound">823.47 µs</td>
|
||||
<td>1.1376 ms</td>
|
||||
<td class="ci-bound">1.3538 ms</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="additional_plots">
|
||||
<h4>Additional Plots:</h4>
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a href="typical.svg">Typical</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="mean.svg">Mean</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="SD.svg">Std. Dev.</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="median.svg">Median</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="MAD.svg">MAD</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
<section class="explanation">
|
||||
<h4>Understanding this report:</h4>
|
||||
<p>The plot on the left displays the average time per iteration for this benchmark. The shaded region
|
||||
shows the estimated probability of an iteration taking a certain amount of time, while the line
|
||||
shows the mean. Click on the plot for a larger view showing the outliers.</p>
|
||||
<p>The plot on the right shows the average time per iteration for the samples. Each point
|
||||
represents one sample.</p>
|
||||
<p>See <a href="https://bheisler.github.io/criterion.rs/book/user_guide/command_line_output.html#additional-statistics">the
|
||||
documentation</a> for more details on the additional statistics.</p>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<p>This report was generated by
|
||||
<a href="https://github.com/bheisler/criterion.rs">Criterion.rs</a>, a statistics-driven benchmarking
|
||||
library in Rust.</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user