mirror of
https://github.com/ceph/ceph
synced 2024-12-21 02:42:48 +00:00
28f0230c12
ISA and Jerasure can be compared for the default stripe width (4KB) and the two most commonly used Reed Solomon matrices. Comparing the bandwidth for large chunks (1MB) is not relevant because it is not commonly used. Signed-off-by: Loic Dachary <ldachary@redhat.com>
35 lines
1.1 KiB
HTML
35 lines
1.1 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>
|
|
</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>
|
|
<p>encode: Y = GB/s, X = K/M</p>
|
|
|
|
<div class="demo-container">
|
|
<div id="decode" class="demo-placeholder"></div>
|
|
</div>
|
|
<p>decode: Y = GB/s, X = K/M/erasures</p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|