-
Notifications
You must be signed in to change notification settings - Fork 10
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
571 changed files
with
204,044 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,116 @@ | ||
<!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="invert/index.html">invert</a></li> | ||
|
||
<ul> | ||
<li><a href="invert/invert 256x256 RGB/index.html">invert 256x256 RGB</a></li> | ||
<li><a href="invert/invert 256x256 L/index.html">invert 256x256 L</a></li> | ||
<li><a href="invert/invert 512x512 RGB/index.html">invert 512x512 RGB</a></li> | ||
<li><a href="invert/invert 512x512 L/index.html">invert 512x512 L</a></li> | ||
<li><a href="invert/invert 1024x1024 RGB/index.html">invert 1024x1024 RGB</a></li> | ||
<li><a href="invert/invert 1024x1024 L/index.html">invert 1024x1024 L</a></li> | ||
<li><a href="invert/invert 2048x2048 RGB/index.html">invert 2048x2048 RGB</a></li> | ||
<li><a href="invert/invert 2048x2048 L/index.html">invert 2048x2048 L</a></li> | ||
<li><a href="invert/invert 4096x4096 RGB/index.html">invert 4096x4096 RGB</a></li> | ||
<li><a href="invert/invert 4096x4096 L/index.html">invert 4096x4096 L</a></li> | ||
<li><a href="invert/invert 8192x8192 RGB/index.html">invert 8192x8192 RGB</a></li> | ||
<li><a href="invert/invert 8192x8192 L/index.html">invert 8192x8192 L</a></li> | ||
</ul> | ||
<li><a href="invert_gif/index.html">invert_gif</a></li> | ||
|
||
<ul> | ||
<li><a href="invert_gif/invert_gif ril (combinator)/index.html">invert_gif ril (combinator)</a></li> | ||
<li><a href="invert_gif/invert_gif ril (for loop)/index.html">invert_gif ril (for loop)</a></li> | ||
<li><a href="invert_gif/invert_gif ril (raw)/index.html">invert_gif ril (raw)</a></li> | ||
<li><a href="invert_gif/invert_gif image-rs (low-level)/index.html">invert_gif image-rs (low-level)</a></li> | ||
</ul> | ||
<li><a href="resize/index.html">resize</a></li> | ||
|
||
<ul> | ||
<li><a href="resize/resize RGBA 600x600 to 64x64 (ril, nearest)/index.html">resize RGBA 600x600 to 64x64 (ril, nearest)</a></li> | ||
<li><a href="resize/resize RGBA 600x600 to 64x64 (image-rs, nearest)/index.html">resize RGBA 600x600 to 64x64 (image-rs, nearest)</a></li> | ||
<li><a href="resize/resize RGBA 600x600 to 64x64 (ril, lanczos3)/index.html">resize RGBA 600x600 to 64x64 (ril, lanczos3)</a></li> | ||
<li><a href="resize/resize RGBA 600x600 to 64x64 (image-rs, lanczos3)/index.html">resize RGBA 600x600 to 64x64 (image-rs, lanczos3)</a></li> | ||
<li><a href="resize/resize RGBA 600x600 to 2048x2048 (ril, nearest)/index.html">resize RGBA 600x600 to 2048x2048 (ril, nearest)</a></li> | ||
<li><a href="resize/resize RGBA 600x600 to 2048x2048 (image-rs, nearest)/index.html">resize RGBA 600x600 to 2048x2048 (image-rs, nearest)</a></li> | ||
<li><a href="resize/resize RGBA 600x600 to 2048x2048 (ril, lanczos3)/index.html">resize RGBA 600x600 to 2048x2048 (ril, lanczos3)</a></li> | ||
<li><a href="resize/resize RGBA 600x600 to 2048x2048 (image-rs, lanczos3)/index.html">resize RGBA 600x600 to 2048x2048 (image-rs, lanczos3)</a></li> | ||
<li><a href="resize/resize RGBA 600x600 to 16384x16384 (ril, lanczos3)/index.html">resize RGBA 600x600 to 16384x16384 (ril, lanczos3)</a></li> | ||
<li><a href="resize/resize RGBA 600x600 to 16384x16384 (image-rs, lanczos3)/index.html">resize RGBA 600x600 to 16384x16384 (image-rs, lanczos3)</a></li> | ||
</ul> | ||
<li><a href="text_rendering/index.html">text_rendering</a></li> | ||
|
||
<ul> | ||
<li><a href="text_rendering/text_rendering (ril)/index.html">text_rendering (ril)</a></li> | ||
<li><a href="text_rendering/text_rendering (image-rs + imageproc)/index.html">text_rendering (image-rs + imageproc)</a></li> | ||
</ul> | ||
</ul> | ||
</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> |
Oops, something went wrong.