ceph/qa/workunits/erasure-code/bench.html

69 lines
2.0 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd" >
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Erasure Code Plugins Benchmarks</title>
<link href="examples.css" rel="stylesheet" type="text/css">
<script language="javascript" type="text/javascript" src="jquery.js"></script>
<script language="javascript" type="text/javascript" src="jquery.flot.js"></script>
<script language="javascript" type="text/javascript" src="jquery.flot.categories.js"></script>
<script language="javascript" type="text/javascript" src="bench.js"></script>
<script language="javascript" type="text/javascript" src="plot.js"></script>
<script language="javascript" type="text/javascript" src="tables.js"></script>
</head>
<body>
<div id="header">
<h2>Erasure Code Plugins Benchmarks</h2>
</div>
<div id="content">
<div class="demo-container">
<div id="encode" class="demo-placeholder"></div>
</div>
<h2>Encode:</h2>
<p>Y = GB/s, X = K/M</p>
<details>
<summary>Bench Data</summary>
<table id="encode-table">
<tr>
<th>Plugin</th>
<th>Technique</th>
<th>Time</th>
<th>Total Size</th>
<th>k</th>
<th>m</th>
<th>Iteration</th>
<th>Packet Size</th>
</tr>
</table>
</details>
<div class="demo-container">
<div id="decode" class="demo-placeholder"></div>
</div>
<h2>Decode:</h2>
<p>Y = GB/s, X = K/M/erasures</p>
<details>
<summary>Bench Data</summary>
<table id="decode-table">
<tr>
<th>Plugin</th>
<th>Technique</th>
<th>Time</th>
<th>Total Size</th>
<th>k</th>
<th>m</th>
<th>Iteration</th>
<th>Packet Size</th>
<th>Erasures</th>
</tr>
</table>
</details>
</div>
</body>
</html>