Skip to content

Commit

Permalink
Rust Criterion 39a6283
Browse files Browse the repository at this point in the history
  • Loading branch information
ephemient committed Dec 1, 2024
1 parent ae58bfd commit a8c9b48
Show file tree
Hide file tree
Showing 25 changed files with 3,193 additions and 0 deletions.
113 changes: 113 additions & 0 deletions criterion/day 1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
<!DOCTYPE html>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>day 1 Summary - Criterion.rs</title>
<style type="text/css">body {
font: 14px Helvetica Neue;
text-rendering: optimizelegibility;
}

.body {
width: 960px;
margin: auto;
}

a:link {
color: #1F78B4;
text-decoration: none;
}

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>day 1</h2>
<h3>Violin Plot</h3>
<a href="violin.svg">
<img src="violin.svg" alt="Violin Plot" />
</a>
<p>This chart shows the relationship between function/parameter and iteration time. The thickness of the shaded
region indicates the probability that a measurement of the given function/parameter would take a particular
length of time.</p>
<section class="plots">
<a href="../day 1/part 1/index.html">
<h4>day 1/part 1</h4>
</a>
<table width="100%">
<tbody>
<tr>
<td>
<a href="../day 1/part 1/pdf.svg">
<img src="../day 1/part 1/pdf_small.svg" alt="PDF of Slope" width="450"
height="300" />
</a>
</td>
<td>
<a href="../day 1/part 1/regression.svg">
<img src="../day 1/part 1/regression_small.svg" alt="Regression" width="450"
height="300" />
</a>
</td>
</tr>
</tbody>
</table>
</section>
<section class="plots">
<a href="../day 1/part 2/index.html">
<h4>day 1/part 2</h4>
</a>
<table width="100%">
<tbody>
<tr>
<td>
<a href="../day 1/part 2/pdf.svg">
<img src="../day 1/part 2/pdf_small.svg" alt="PDF of Slope" width="450"
height="300" />
</a>
</td>
<td>
<a href="../day 1/part 2/regression.svg">
<img src="../day 1/part 2/regression_small.svg" alt="Regression" width="450"
height="300" />
</a>
</td>
</tr>
</tbody>
</table>
</section>
</div>
<div id="footer">
<p>This report was generated by <a href="https://github.com/bheisler/cargo-criterion">cargo-criterion</a></p>
</div>
</body>

</html>
108 changes: 108 additions & 0 deletions criterion/day 1/part 1/MAD.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a8c9b48

Please sign in to comment.