-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (67 loc) · 3.45 KB
/
index.html
File metadata and controls
80 lines (67 loc) · 3.45 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>BenchmarkAnything by benchmarkanything</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>BenchmarkAnything</h1>
<p>Generic tools around benchmarking</p>
<p class="view"><a href="https://github.com/benchmarkanything">View the Project on GitHub <small>benchmarkanything</small></a></p>
<ul>
<li class="single"><a href="https://github.com/benchmarkanything/benchmarkanything.github.io">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h3>
<a id="about" class="anchor" href="#about" aria-hidden="true"><span class="octicon octicon-link"></span></a>About</h3>
<p>A common schema and tools in different languages and
systems to store and process benchmark results. For a short
introduction have a look at this page:
<ul>
<li><a href="synopsis.html">Synopsis</a></li>
</ul>
<h3>
<a id="json-schema" class="anchor" href="#json-schema" aria-hidden="true"><span class="octicon octicon-link"></span></a>JSON schema</h3>
<ul>
<li><a href="https://raw.githubusercontent.com/benchmarkanything/BenchmarkAnything-Schema/master/share/benchmark-anything-schema.json">benchmark-anything-schema.json</a></li>
</ul>
<h3>
<a id="libraries-and-tools" class="anchor" href="#libraries-and-tools" aria-hidden="true"><span class="octicon octicon-link"></span></a>Libraries and tools</h3>
<ul>
<li><a href="https://github.com/benchmarkanything/BenchmarkAnything-Schema">schema validation</a></li>
<li><a href="https://github.com/benchmarkanything/BenchmarkAnything-Storage-Backend-SQL">database backend</a></li>
<li><a href="https://github.com/benchmarkanything/BenchmarkAnything-Storage-Frontend-Lib">Perl library</a></li>
<li><a href="https://github.com/benchmarkanything/BenchmarkAnything-Storage-Frontend-Tools">cmdline utilities</a></li>
<li><a href="https://github.com/benchmarkanything/BenchmarkAnything-Storage-Frontend-HTTP">HTTP/REST server</a></li>
<li><a href="https://github.com/benchmarkanything/BenchmarkAnything-Reporter">HTTP reporter</a></li>
</ul>
<h3>
<a id="applications-using-it" class="anchor" href="#applications-using-it" aria-hidden="true"><span class="octicon octicon-link"></span></a>Applications using it</h3>
<ul>
<li><a href="http://perlformance.net/">Perl::Formance</a></li>
</ul>
<h3>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<ul>
<li>Roberto Schäfer (<a href="https://github.com/schaefr-aws" class="user-mention">@schaefr-aws</a>)</li>
<li>Steffen Schwigon (<a href="https://github.com/renormalist" class="user-mention">@renormalist</a>)</li>
</ul>
</section>
</div>
<footer>
<p>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>