File: bench.html

package info (click to toggle)
ceph 10.2.11-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 84,660 kB
  • sloc: cpp: 851,974; ansic: 54,245; python: 45,589; sh: 30,008; java: 20,516; asm: 10,148; perl: 8,435; makefile: 5,956; php: 909
file content (34 lines) | stat: -rw-r--r-- 1,168 bytes parent folder | download | duplicates (6)
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
<!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>