mirror of https://github.com/Trivernis/bromine.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
99 lines
3.3 KiB
HTML
99 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Index - 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
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
table,
|
|
th,
|
|
td {
|
|
border: 1px solid #888;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="body">
|
|
<h2>Criterion.rs Benchmark Index</h2>
|
|
See individual benchmark pages below for more details.
|
|
<ul>
|
|
<li><a href="../event_deserialization/report/index.html">event_deserialization</a></li>
|
|
|
|
<ul>
|
|
<li><a href="../event_deserialization/1024/report/index.html">1024</a></li>
|
|
<li><a href="../event_deserialization/4096/report/index.html">4096</a></li>
|
|
<li><a href="../event_deserialization/16384/report/index.html">16384</a></li>
|
|
<li><a href="../event_deserialization/65536/report/index.html">65536</a></li>
|
|
<li><a href="../event_deserialization/262144/report/index.html">262144</a></li>
|
|
<li><a href="../event_deserialization/1048576/report/index.html">1048576</a></li>
|
|
<li><a href="../event_deserialization/4194304/report/index.html">4194304</a></li>
|
|
<li><a href="../event_deserialization/16777216/report/index.html">16777216</a></li>
|
|
</ul>
|
|
<li><a href="../event_serialization/report/index.html">event_serialization</a></li>
|
|
|
|
<ul>
|
|
<li><a href="../event_serialization/1024/report/index.html">1024</a></li>
|
|
<li><a href="../event_serialization/4096/report/index.html">4096</a></li>
|
|
<li><a href="../event_serialization/16384/report/index.html">16384</a></li>
|
|
<li><a href="../event_serialization/65536/report/index.html">65536</a></li>
|
|
<li><a href="../event_serialization/262144/report/index.html">262144</a></li>
|
|
<li><a href="../event_serialization/1048576/report/index.html">1048576</a></li>
|
|
<li><a href="../event_serialization/4194304/report/index.html">4194304</a></li>
|
|
<li><a href="../event_serialization/16777216/report/index.html">16777216</a></li>
|
|
</ul>
|
|
</ul>
|
|
</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> |