-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
162 lines (152 loc) · 5.73 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>report/large 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>report/large</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="../../report_large/cuniq/report/index.html">
<h4>report/large/cuniq</h4>
</a>
<table width="100%">
<tbody>
<tr>
<td>
<a href="../../report_large/cuniq/report/pdf.svg">
<img src="../../report_large/cuniq/report/pdf_small.svg" alt="PDF of Slope" width="450"
height="300" />
</a>
</td>
<td>
<a href="../../report_large/cuniq/report/regression.svg">
<img src="../../report_large/cuniq/report/regression_small.svg" alt="Regression" width="450"
height="300" />
</a>
</td>
</tr>
</tbody>
</table>
</section>
<section class="plots">
<a href="../../report_large/huniq/report/index.html">
<h4>report/large/huniq</h4>
</a>
<table width="100%">
<tbody>
<tr>
<td>
<a href="../../report_large/huniq/report/pdf.svg">
<img src="../../report_large/huniq/report/pdf_small.svg" alt="PDF of Slope" width="450"
height="300" />
</a>
</td>
<td>
<a href="../../report_large/huniq/report/iteration_times.svg">
<img src="../../report_large/huniq/report/iteration_times_small.svg" alt="Iteration Times" width="450"
height="300" />
</a>
</td>
</tr>
</tbody>
</table>
</section>
<section class="plots">
<a href="../../report_large/sortuniq/report/index.html">
<h4>report/large/sortuniq</h4>
</a>
<table width="100%">
<tbody>
<tr>
<td>
<a href="../../report_large/sortuniq/report/pdf.svg">
<img src="../../report_large/sortuniq/report/pdf_small.svg" alt="PDF of Slope" width="450"
height="300" />
</a>
</td>
<td>
<a href="../../report_large/sortuniq/report/iteration_times.svg">
<img src="../../report_large/sortuniq/report/iteration_times_small.svg" alt="Iteration Times" width="450"
height="300" />
</a>
</td>
</tr>
</tbody>
</table>
</section>
<section class="plots">
<a href="../../report_large/uniq/report/index.html">
<h4>report/large/uniq</h4>
</a>
<table width="100%">
<tbody>
<tr>
<td>
<a href="../../report_large/uniq/report/pdf.svg">
<img src="../../report_large/uniq/report/pdf_small.svg" alt="PDF of Slope" width="450"
height="300" />
</a>
</td>
<td>
<a href="../../report_large/uniq/report/iteration_times.svg">
<img src="../../report_large/uniq/report/iteration_times_small.svg" alt="Iteration Times" 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/criterion.rs">Criterion.rs</a>, a statistics-driven benchmarking
library in Rust.</p>
</div>
</body>
</html>