bigbench 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +5 -0
- data/Gemfile +4 -0
- data/README.textile +81 -0
- data/Rakefile +10 -0
- data/bigbench.gemspec +29 -0
- data/bin/bigbench +6 -0
- data/doc/BigBench.html +631 -0
- data/doc/BigBench/Benchmark.html +328 -0
- data/doc/BigBench/Benchmark/Benchmark.html +431 -0
- data/doc/BigBench/Bot.html +233 -0
- data/doc/BigBench/Configuration.html +312 -0
- data/doc/BigBench/Configuration/Config.html +375 -0
- data/doc/BigBench/Configuration/InvalidOptions.html +217 -0
- data/doc/BigBench/Executor.html +252 -0
- data/doc/BigBench/Executor/InvalidCommand.html +222 -0
- data/doc/BigBench/Fragment.html +404 -0
- data/doc/BigBench/Fragment/Fragment.html +384 -0
- data/doc/BigBench/Output.html +703 -0
- data/doc/BigBench/Runner.html +222 -0
- data/doc/BigBench/Runner/NoBenchmarksDefined.html +217 -0
- data/doc/BigBench/Store.html +639 -0
- data/doc/BigBench/Tracker.html +179 -0
- data/doc/BigBench/Tracker/Tracker.html +273 -0
- data/doc/Float.html +217 -0
- data/doc/Gemfile.html +129 -0
- data/doc/Helpers.html +163 -0
- data/doc/Object.html +181 -0
- data/doc/Rakefile.html +136 -0
- data/doc/TestWebServer.html +247 -0
- data/doc/created.rid +31 -0
- data/doc/images/add.png +0 -0
- data/doc/images/brick.png +0 -0
- data/doc/images/brick_link.png +0 -0
- data/doc/images/bug.png +0 -0
- data/doc/images/bullet_black.png +0 -0
- data/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/images/date.png +0 -0
- data/doc/images/delete.png +0 -0
- data/doc/images/find.png +0 -0
- data/doc/images/loadingAnimation.gif +0 -0
- data/doc/images/macFFBgHack.png +0 -0
- data/doc/images/package.png +0 -0
- data/doc/images/page_green.png +0 -0
- data/doc/images/page_white_text.png +0 -0
- data/doc/images/page_white_width.png +0 -0
- data/doc/images/plugin.png +0 -0
- data/doc/images/ruby.png +0 -0
- data/doc/images/tag_blue.png +0 -0
- data/doc/images/tag_green.png +0 -0
- data/doc/images/transparent.png +0 -0
- data/doc/images/wrench.png +0 -0
- data/doc/images/wrench_orange.png +0 -0
- data/doc/images/zoom.png +0 -0
- data/doc/index.html +122 -0
- data/doc/js/darkfish.js +153 -0
- data/doc/js/jquery.js +18 -0
- data/doc/js/navigation.js +142 -0
- data/doc/js/search.js +94 -0
- data/doc/js/search_index.js +1 -0
- data/doc/js/searcher.js +228 -0
- data/doc/lib/bigbench/help/executor_txt.html +145 -0
- data/doc/rdoc.css +543 -0
- data/doc/table_of_contents.html +263 -0
- data/lib/bigbench.rb +18 -0
- data/lib/bigbench/benchmark.rb +126 -0
- data/lib/bigbench/bot.rb +34 -0
- data/lib/bigbench/configuration.rb +109 -0
- data/lib/bigbench/executor.rb +131 -0
- data/lib/bigbench/float_extensions.rb +6 -0
- data/lib/bigbench/fragment.rb +119 -0
- data/lib/bigbench/help/executor.txt +17 -0
- data/lib/bigbench/initializers.rb +2 -0
- data/lib/bigbench/output.rb +116 -0
- data/lib/bigbench/runner.rb +52 -0
- data/lib/bigbench/store.rb +92 -0
- data/lib/bigbench/tracker.rb +79 -0
- data/lib/bigbench/version.rb +3 -0
- data/spec/benchmark_spec.rb +69 -0
- data/spec/bot_spec.rb +31 -0
- data/spec/configure_spec.rb +39 -0
- data/spec/executor_spec.rb +80 -0
- data/spec/fragment_spec.rb +110 -0
- data/spec/helpers.rb +19 -0
- data/spec/lib/test_web_server.rb +18 -0
- data/spec/runner_spec.rb +40 -0
- data/spec/store_spec.rb +72 -0
- data/spec/tests/local.rb +15 -0
- data/spec/tests/local_invalid.rb +9 -0
- data/spec/tracker_spec.rb +50 -0
- data/spec/webserver_spec.rb +35 -0
- metadata +220 -0
data/doc/Float.html
ADDED
@@ -0,0 +1,217 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>class Float - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "./";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
|
21
|
+
|
22
|
+
|
23
|
+
<body id="top" class="class">
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="./index.html">Home</a>
|
28
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
44
|
+
|
45
|
+
|
46
|
+
<div id="file-metadata">
|
47
|
+
<nav id="file-list-section" class="section">
|
48
|
+
<h3 class="section-header">Defined In</h3>
|
49
|
+
<ul>
|
50
|
+
<li>lib/bigbench/float_extensions.rb
|
51
|
+
</ul>
|
52
|
+
</nav>
|
53
|
+
|
54
|
+
|
55
|
+
</div>
|
56
|
+
|
57
|
+
<div id="class-metadata">
|
58
|
+
|
59
|
+
<nav id="parent-class-section" class="section">
|
60
|
+
<h3 class="section-header">Parent</h3>
|
61
|
+
|
62
|
+
<p class="link"><a href="Object.html">Object</a>
|
63
|
+
|
64
|
+
</nav>
|
65
|
+
|
66
|
+
|
67
|
+
<!-- Method Quickref -->
|
68
|
+
<nav id="method-list-section" class="section">
|
69
|
+
<h3 class="section-header">Methods</h3>
|
70
|
+
|
71
|
+
<ul class="link-list">
|
72
|
+
|
73
|
+
<li><a href="#method-i-to_milliseconds">#to_milliseconds</a>
|
74
|
+
|
75
|
+
</ul>
|
76
|
+
</nav>
|
77
|
+
|
78
|
+
</div>
|
79
|
+
|
80
|
+
<div id="project-metadata">
|
81
|
+
<nav id="fileindex-section" class="section project-section">
|
82
|
+
<h3 class="section-header">Pages</h3>
|
83
|
+
|
84
|
+
<ul>
|
85
|
+
|
86
|
+
<li class="file"><a href="./Gemfile.html">Gemfile</a>
|
87
|
+
|
88
|
+
<li class="file"><a href="./Rakefile.html">Rakefile</a>
|
89
|
+
|
90
|
+
<li class="file"><a href="./lib/bigbench/help/executor_txt.html">executor</a>
|
91
|
+
|
92
|
+
</ul>
|
93
|
+
</nav>
|
94
|
+
|
95
|
+
<nav id="classindex-section" class="section project-section">
|
96
|
+
<h3 class="section-header">Class and Module Index</h3>
|
97
|
+
|
98
|
+
<ul class="link-list">
|
99
|
+
|
100
|
+
<li><a href="./BigBench.html">BigBench</a>
|
101
|
+
|
102
|
+
<li><a href="./BigBench/Benchmark.html">BigBench::Benchmark</a>
|
103
|
+
|
104
|
+
<li><a href="./BigBench/Benchmark/Benchmark.html">BigBench::Benchmark::Benchmark</a>
|
105
|
+
|
106
|
+
<li><a href="./BigBench/Bot.html">BigBench::Bot</a>
|
107
|
+
|
108
|
+
<li><a href="./BigBench/Configuration.html">BigBench::Configuration</a>
|
109
|
+
|
110
|
+
<li><a href="./BigBench/Configuration/Config.html">BigBench::Configuration::Config</a>
|
111
|
+
|
112
|
+
<li><a href="./BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a>
|
113
|
+
|
114
|
+
<li><a href="./BigBench/Executor.html">BigBench::Executor</a>
|
115
|
+
|
116
|
+
<li><a href="./BigBench/Executor/InvalidCommand.html">BigBench::Executor::InvalidCommand</a>
|
117
|
+
|
118
|
+
<li><a href="./BigBench/Fragment.html">BigBench::Fragment</a>
|
119
|
+
|
120
|
+
<li><a href="./BigBench/Fragment/Fragment.html">BigBench::Fragment::Fragment</a>
|
121
|
+
|
122
|
+
<li><a href="./BigBench/Output.html">BigBench::Output</a>
|
123
|
+
|
124
|
+
<li><a href="./BigBench/Runner.html">BigBench::Runner</a>
|
125
|
+
|
126
|
+
<li><a href="./BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
127
|
+
|
128
|
+
<li><a href="./BigBench/Store.html">BigBench::Store</a>
|
129
|
+
|
130
|
+
<li><a href="./BigBench/Tracker.html">BigBench::Tracker</a>
|
131
|
+
|
132
|
+
<li><a href="./BigBench/Tracker/Tracker.html">BigBench::Tracker::Tracker</a>
|
133
|
+
|
134
|
+
<li><a href="./Float.html">Float</a>
|
135
|
+
|
136
|
+
<li><a href="./Helpers.html">Helpers</a>
|
137
|
+
|
138
|
+
<li><a href="./Object.html">Object</a>
|
139
|
+
|
140
|
+
<li><a href="./TestWebServer.html">TestWebServer</a>
|
141
|
+
|
142
|
+
</ul>
|
143
|
+
</nav>
|
144
|
+
|
145
|
+
</div>
|
146
|
+
</nav>
|
147
|
+
|
148
|
+
<div id="documentation">
|
149
|
+
<h1 class="class">class Float</h1>
|
150
|
+
|
151
|
+
<div id="description" class="description">
|
152
|
+
|
153
|
+
<p>Adds the <code>to_milliseconds</code> method to any float value</p>
|
154
|
+
|
155
|
+
</div><!-- description -->
|
156
|
+
|
157
|
+
|
158
|
+
|
159
|
+
|
160
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
161
|
+
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
|
168
|
+
|
169
|
+
<!-- Methods -->
|
170
|
+
|
171
|
+
<section id="public-instance-5Buntitled-5D-method-details" class="method-section section">
|
172
|
+
<h3 class="section-header">Public Instance Methods</h3>
|
173
|
+
|
174
|
+
|
175
|
+
<div id="method-i-to_milliseconds" class="method-detail ">
|
176
|
+
|
177
|
+
<div class="method-heading">
|
178
|
+
<span class="method-name">to_milliseconds</span><span
|
179
|
+
class="method-args">()</span>
|
180
|
+
<span class="method-click-advice">click to toggle source</span>
|
181
|
+
</div>
|
182
|
+
|
183
|
+
|
184
|
+
<div class="method-description">
|
185
|
+
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
|
190
|
+
<div class="method-source-code" id="to_milliseconds-source">
|
191
|
+
<pre><span class="ruby-comment"># File lib/bigbench/float_extensions.rb, line 3</span>
|
192
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">to_milliseconds</span>
|
193
|
+
(<span class="ruby-value">1000</span> * <span class="ruby-keyword">self</span>).<span class="ruby-identifier">to_i</span>
|
194
|
+
<span class="ruby-keyword">end</span></pre>
|
195
|
+
</div><!-- to_milliseconds-source -->
|
196
|
+
|
197
|
+
</div>
|
198
|
+
|
199
|
+
|
200
|
+
|
201
|
+
|
202
|
+
</div><!-- to_milliseconds-method -->
|
203
|
+
|
204
|
+
|
205
|
+
</section><!-- public-instance-method-details -->
|
206
|
+
|
207
|
+
</section><!-- 5Buntitled-5D -->
|
208
|
+
|
209
|
+
</div><!-- documentation -->
|
210
|
+
|
211
|
+
|
212
|
+
<footer id="validator-badges">
|
213
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
214
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
215
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
216
|
+
</footer>
|
217
|
+
|
data/doc/Gemfile.html
ADDED
@@ -0,0 +1,129 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>Gemfile - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "./";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
|
21
|
+
|
22
|
+
|
23
|
+
<body class="file">
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="./index.html">Home</a>
|
28
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
44
|
+
|
45
|
+
|
46
|
+
<div id="project-metadata">
|
47
|
+
<nav id="fileindex-section" class="section project-section">
|
48
|
+
<h3 class="section-header">Pages</h3>
|
49
|
+
|
50
|
+
<ul>
|
51
|
+
|
52
|
+
<li class="file"><a href="./Gemfile.html">Gemfile</a>
|
53
|
+
|
54
|
+
<li class="file"><a href="./Rakefile.html">Rakefile</a>
|
55
|
+
|
56
|
+
<li class="file"><a href="./lib/bigbench/help/executor_txt.html">executor</a>
|
57
|
+
|
58
|
+
</ul>
|
59
|
+
</nav>
|
60
|
+
|
61
|
+
<nav id="classindex-section" class="section project-section">
|
62
|
+
<h3 class="section-header">Class and Module Index</h3>
|
63
|
+
|
64
|
+
<ul class="link-list">
|
65
|
+
|
66
|
+
<li><a href="./BigBench.html">BigBench</a>
|
67
|
+
|
68
|
+
<li><a href="./BigBench/Benchmark.html">BigBench::Benchmark</a>
|
69
|
+
|
70
|
+
<li><a href="./BigBench/Benchmark/Benchmark.html">BigBench::Benchmark::Benchmark</a>
|
71
|
+
|
72
|
+
<li><a href="./BigBench/Bot.html">BigBench::Bot</a>
|
73
|
+
|
74
|
+
<li><a href="./BigBench/Configuration.html">BigBench::Configuration</a>
|
75
|
+
|
76
|
+
<li><a href="./BigBench/Configuration/Config.html">BigBench::Configuration::Config</a>
|
77
|
+
|
78
|
+
<li><a href="./BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a>
|
79
|
+
|
80
|
+
<li><a href="./BigBench/Executor.html">BigBench::Executor</a>
|
81
|
+
|
82
|
+
<li><a href="./BigBench/Executor/InvalidCommand.html">BigBench::Executor::InvalidCommand</a>
|
83
|
+
|
84
|
+
<li><a href="./BigBench/Fragment.html">BigBench::Fragment</a>
|
85
|
+
|
86
|
+
<li><a href="./BigBench/Fragment/Fragment.html">BigBench::Fragment::Fragment</a>
|
87
|
+
|
88
|
+
<li><a href="./BigBench/Output.html">BigBench::Output</a>
|
89
|
+
|
90
|
+
<li><a href="./BigBench/Runner.html">BigBench::Runner</a>
|
91
|
+
|
92
|
+
<li><a href="./BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
93
|
+
|
94
|
+
<li><a href="./BigBench/Store.html">BigBench::Store</a>
|
95
|
+
|
96
|
+
<li><a href="./BigBench/Tracker.html">BigBench::Tracker</a>
|
97
|
+
|
98
|
+
<li><a href="./BigBench/Tracker/Tracker.html">BigBench::Tracker::Tracker</a>
|
99
|
+
|
100
|
+
<li><a href="./Float.html">Float</a>
|
101
|
+
|
102
|
+
<li><a href="./Helpers.html">Helpers</a>
|
103
|
+
|
104
|
+
<li><a href="./Object.html">Object</a>
|
105
|
+
|
106
|
+
<li><a href="./TestWebServer.html">TestWebServer</a>
|
107
|
+
|
108
|
+
</ul>
|
109
|
+
</nav>
|
110
|
+
|
111
|
+
</div>
|
112
|
+
</nav>
|
113
|
+
|
114
|
+
<div id="documentation" class="description">
|
115
|
+
|
116
|
+
<p>source “<a href="http://rubygems.org">rubygems.org</a>”</p>
|
117
|
+
|
118
|
+
<p># Specify your gem’s dependencies in big_bench.gemspec gemspec</p>
|
119
|
+
|
120
|
+
</div>
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
<footer id="validator-badges">
|
125
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
126
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
127
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
128
|
+
</footer>
|
129
|
+
|
data/doc/Helpers.html
ADDED
@@ -0,0 +1,163 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>module Helpers - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "./";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
|
21
|
+
|
22
|
+
|
23
|
+
<body id="top" class="module">
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="./index.html">Home</a>
|
28
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
44
|
+
|
45
|
+
|
46
|
+
<div id="file-metadata">
|
47
|
+
<nav id="file-list-section" class="section">
|
48
|
+
<h3 class="section-header">Defined In</h3>
|
49
|
+
<ul>
|
50
|
+
<li>spec/helpers.rb
|
51
|
+
</ul>
|
52
|
+
</nav>
|
53
|
+
|
54
|
+
|
55
|
+
</div>
|
56
|
+
|
57
|
+
<div id="class-metadata">
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
</div>
|
63
|
+
|
64
|
+
<div id="project-metadata">
|
65
|
+
<nav id="fileindex-section" class="section project-section">
|
66
|
+
<h3 class="section-header">Pages</h3>
|
67
|
+
|
68
|
+
<ul>
|
69
|
+
|
70
|
+
<li class="file"><a href="./Gemfile.html">Gemfile</a>
|
71
|
+
|
72
|
+
<li class="file"><a href="./Rakefile.html">Rakefile</a>
|
73
|
+
|
74
|
+
<li class="file"><a href="./lib/bigbench/help/executor_txt.html">executor</a>
|
75
|
+
|
76
|
+
</ul>
|
77
|
+
</nav>
|
78
|
+
|
79
|
+
<nav id="classindex-section" class="section project-section">
|
80
|
+
<h3 class="section-header">Class and Module Index</h3>
|
81
|
+
|
82
|
+
<ul class="link-list">
|
83
|
+
|
84
|
+
<li><a href="./BigBench.html">BigBench</a>
|
85
|
+
|
86
|
+
<li><a href="./BigBench/Benchmark.html">BigBench::Benchmark</a>
|
87
|
+
|
88
|
+
<li><a href="./BigBench/Benchmark/Benchmark.html">BigBench::Benchmark::Benchmark</a>
|
89
|
+
|
90
|
+
<li><a href="./BigBench/Bot.html">BigBench::Bot</a>
|
91
|
+
|
92
|
+
<li><a href="./BigBench/Configuration.html">BigBench::Configuration</a>
|
93
|
+
|
94
|
+
<li><a href="./BigBench/Configuration/Config.html">BigBench::Configuration::Config</a>
|
95
|
+
|
96
|
+
<li><a href="./BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a>
|
97
|
+
|
98
|
+
<li><a href="./BigBench/Executor.html">BigBench::Executor</a>
|
99
|
+
|
100
|
+
<li><a href="./BigBench/Executor/InvalidCommand.html">BigBench::Executor::InvalidCommand</a>
|
101
|
+
|
102
|
+
<li><a href="./BigBench/Fragment.html">BigBench::Fragment</a>
|
103
|
+
|
104
|
+
<li><a href="./BigBench/Fragment/Fragment.html">BigBench::Fragment::Fragment</a>
|
105
|
+
|
106
|
+
<li><a href="./BigBench/Output.html">BigBench::Output</a>
|
107
|
+
|
108
|
+
<li><a href="./BigBench/Runner.html">BigBench::Runner</a>
|
109
|
+
|
110
|
+
<li><a href="./BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
111
|
+
|
112
|
+
<li><a href="./BigBench/Store.html">BigBench::Store</a>
|
113
|
+
|
114
|
+
<li><a href="./BigBench/Tracker.html">BigBench::Tracker</a>
|
115
|
+
|
116
|
+
<li><a href="./BigBench/Tracker/Tracker.html">BigBench::Tracker::Tracker</a>
|
117
|
+
|
118
|
+
<li><a href="./Float.html">Float</a>
|
119
|
+
|
120
|
+
<li><a href="./Helpers.html">Helpers</a>
|
121
|
+
|
122
|
+
<li><a href="./Object.html">Object</a>
|
123
|
+
|
124
|
+
<li><a href="./TestWebServer.html">TestWebServer</a>
|
125
|
+
|
126
|
+
</ul>
|
127
|
+
</nav>
|
128
|
+
|
129
|
+
</div>
|
130
|
+
</nav>
|
131
|
+
|
132
|
+
<div id="documentation">
|
133
|
+
<h1 class="module">module Helpers</h1>
|
134
|
+
|
135
|
+
<div id="description" class="description">
|
136
|
+
|
137
|
+
</div><!-- description -->
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
143
|
+
|
144
|
+
|
145
|
+
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
<!-- Methods -->
|
152
|
+
|
153
|
+
</section><!-- 5Buntitled-5D -->
|
154
|
+
|
155
|
+
</div><!-- documentation -->
|
156
|
+
|
157
|
+
|
158
|
+
<footer id="validator-badges">
|
159
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
160
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
161
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
162
|
+
</footer>
|
163
|
+
|