-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
3,193 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.