bigbench 0.0.2 → 0.0.3
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/README.textile +103 -2
- data/bigbench.gemspec +5 -2
- data/doc/BigBench.html +167 -4
- data/doc/BigBench/Benchmark.html +12 -0
- data/doc/BigBench/Benchmark/Benchmark.html +12 -0
- data/doc/BigBench/Benchmark/Looper.html +12 -0
- data/doc/BigBench/Bot.html +12 -0
- data/doc/BigBench/Configuration.html +12 -0
- data/doc/BigBench/Configuration/Config.html +12 -0
- data/doc/BigBench/Configuration/InvalidOptions.html +12 -0
- data/doc/BigBench/Executor.html +12 -0
- data/doc/BigBench/Executor/InvalidCommand.html +12 -0
- data/doc/BigBench/Fragment.html +12 -0
- data/doc/BigBench/Fragment/Fragment.html +13 -1
- data/doc/BigBench/Output.html +12 -0
- data/doc/BigBench/PostProcessor.html +378 -0
- data/doc/BigBench/PostProcessor/Environment.html +243 -0
- data/doc/BigBench/PostProcessor/InvalidProcessor.html +231 -0
- data/doc/BigBench/PostProcessor/Processor.html +306 -0
- data/doc/BigBench/PostProcessor/Statistics.html +225 -0
- data/doc/BigBench/PostProcessor/Test.html +223 -0
- data/doc/BigBench/Runner.html +12 -0
- data/doc/BigBench/Runner/NoBenchmarksDefined.html +12 -0
- data/doc/BigBench/Store.html +12 -0
- data/doc/BigBench/Tracker.html +12 -0
- data/doc/BigBench/Tracker/Tracker.html +12 -0
- data/doc/EventMachineLoop.html +12 -0
- data/doc/Float.html +12 -0
- data/doc/Gemfile.html +12 -0
- data/doc/Helpers.html +12 -0
- data/doc/Object.html +12 -0
- data/doc/Rakefile.html +23 -9
- data/doc/created.rid +40 -36
- data/doc/index.html +12 -0
- data/doc/js/search_index.js +1 -1
- data/doc/lib/bigbench/help/executor_txt.html +12 -0
- data/doc/table_of_contents.html +62 -13
- data/lib/bigbench.rb +6 -3
- data/lib/bigbench/benchmark.rb +1 -2
- data/lib/bigbench/executor.rb +2 -0
- data/lib/bigbench/fragment.rb +1 -1
- data/lib/bigbench/post_processor.rb +206 -0
- data/lib/bigbench/post_processor/statistics.rb +123 -0
- data/lib/bigbench/version.rb +1 -1
- data/spec/helpers.rb +1 -0
- data/spec/post_processor_spec.rb +71 -0
- data/spec/post_processors/statistics_spec.rb +14 -0
- data/spec/tests/result.ljson +43 -0
- metadata +147 -30
@@ -0,0 +1,223 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>module BigBench::PostProcessor::Test - 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/post_processor_spec.rb
|
51
|
+
</ul>
|
52
|
+
</nav>
|
53
|
+
|
54
|
+
|
55
|
+
</div>
|
56
|
+
|
57
|
+
<div id="class-metadata">
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
<!-- Method Quickref -->
|
62
|
+
<nav id="method-list-section" class="section">
|
63
|
+
<h3 class="section-header">Methods</h3>
|
64
|
+
|
65
|
+
<ul class="link-list">
|
66
|
+
|
67
|
+
<li><a href="#method-c-run-21">::run!</a>
|
68
|
+
|
69
|
+
</ul>
|
70
|
+
</nav>
|
71
|
+
|
72
|
+
</div>
|
73
|
+
|
74
|
+
<div id="project-metadata">
|
75
|
+
<nav id="fileindex-section" class="section project-section">
|
76
|
+
<h3 class="section-header">Pages</h3>
|
77
|
+
|
78
|
+
<ul>
|
79
|
+
|
80
|
+
<li class="file"><a href="../../Gemfile.html">Gemfile</a>
|
81
|
+
|
82
|
+
<li class="file"><a href="../../Rakefile.html">Rakefile</a>
|
83
|
+
|
84
|
+
<li class="file"><a href="../../lib/bigbench/help/executor_txt.html">executor</a>
|
85
|
+
|
86
|
+
</ul>
|
87
|
+
</nav>
|
88
|
+
|
89
|
+
<nav id="classindex-section" class="section project-section">
|
90
|
+
<h3 class="section-header">Class and Module Index</h3>
|
91
|
+
|
92
|
+
<ul class="link-list">
|
93
|
+
|
94
|
+
<li><a href="../../BigBench.html">BigBench</a>
|
95
|
+
|
96
|
+
<li><a href="../../BigBench/Benchmark.html">BigBench::Benchmark</a>
|
97
|
+
|
98
|
+
<li><a href="../../BigBench/Benchmark/Benchmark.html">BigBench::Benchmark::Benchmark</a>
|
99
|
+
|
100
|
+
<li><a href="../../BigBench/Benchmark/Looper.html">BigBench::Benchmark::Looper</a>
|
101
|
+
|
102
|
+
<li><a href="../../BigBench/Bot.html">BigBench::Bot</a>
|
103
|
+
|
104
|
+
<li><a href="../../BigBench/Configuration.html">BigBench::Configuration</a>
|
105
|
+
|
106
|
+
<li><a href="../../BigBench/Configuration/Config.html">BigBench::Configuration::Config</a>
|
107
|
+
|
108
|
+
<li><a href="../../BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a>
|
109
|
+
|
110
|
+
<li><a href="../../BigBench/Executor.html">BigBench::Executor</a>
|
111
|
+
|
112
|
+
<li><a href="../../BigBench/Executor/InvalidCommand.html">BigBench::Executor::InvalidCommand</a>
|
113
|
+
|
114
|
+
<li><a href="../../BigBench/Fragment.html">BigBench::Fragment</a>
|
115
|
+
|
116
|
+
<li><a href="../../BigBench/Fragment/Fragment.html">BigBench::Fragment::Fragment</a>
|
117
|
+
|
118
|
+
<li><a href="../../BigBench/Output.html">BigBench::Output</a>
|
119
|
+
|
120
|
+
<li><a href="../../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
121
|
+
|
122
|
+
<li><a href="../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
123
|
+
|
124
|
+
<li><a href="../../BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
125
|
+
|
126
|
+
<li><a href="../../BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
127
|
+
|
128
|
+
<li><a href="../../BigBench/PostProcessor/Statistics.html">BigBench::PostProcessor::Statistics</a>
|
129
|
+
|
130
|
+
<li><a href="../../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
131
|
+
|
132
|
+
<li><a href="../../BigBench/Runner.html">BigBench::Runner</a>
|
133
|
+
|
134
|
+
<li><a href="../../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
135
|
+
|
136
|
+
<li><a href="../../BigBench/Store.html">BigBench::Store</a>
|
137
|
+
|
138
|
+
<li><a href="../../BigBench/Tracker.html">BigBench::Tracker</a>
|
139
|
+
|
140
|
+
<li><a href="../../BigBench/Tracker/Tracker.html">BigBench::Tracker::Tracker</a>
|
141
|
+
|
142
|
+
<li><a href="../../EventMachineLoop.html">EventMachineLoop</a>
|
143
|
+
|
144
|
+
<li><a href="../../Float.html">Float</a>
|
145
|
+
|
146
|
+
<li><a href="../../Helpers.html">Helpers</a>
|
147
|
+
|
148
|
+
<li><a href="../../Object.html">Object</a>
|
149
|
+
|
150
|
+
</ul>
|
151
|
+
</nav>
|
152
|
+
|
153
|
+
</div>
|
154
|
+
</nav>
|
155
|
+
|
156
|
+
<div id="documentation">
|
157
|
+
<h1 class="module">module BigBench::PostProcessor::Test</h1>
|
158
|
+
|
159
|
+
<div id="description" class="description">
|
160
|
+
|
161
|
+
</div><!-- description -->
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
167
|
+
|
168
|
+
|
169
|
+
|
170
|
+
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
<!-- Methods -->
|
176
|
+
|
177
|
+
<section id="public-class-5Buntitled-5D-method-details" class="method-section section">
|
178
|
+
<h3 class="section-header">Public Class Methods</h3>
|
179
|
+
|
180
|
+
|
181
|
+
<div id="method-c-run-21" class="method-detail ">
|
182
|
+
|
183
|
+
<div class="method-heading">
|
184
|
+
<span class="method-name">run!</span><span
|
185
|
+
class="method-args">()</span>
|
186
|
+
<span class="method-click-advice">click to toggle source</span>
|
187
|
+
</div>
|
188
|
+
|
189
|
+
|
190
|
+
<div class="method-description">
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
|
196
|
+
<div class="method-source-code" id="run-21-source">
|
197
|
+
<pre><span class="ruby-comment"># File spec/post_processor_spec.rb, line 19</span>
|
198
|
+
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">run!</span>
|
199
|
+
<span class="ruby-string">"Post Processor Module"</span>
|
200
|
+
<span class="ruby-keyword">end</span></pre>
|
201
|
+
</div><!-- run-21-source -->
|
202
|
+
|
203
|
+
</div>
|
204
|
+
|
205
|
+
|
206
|
+
|
207
|
+
|
208
|
+
</div><!-- run-21-method -->
|
209
|
+
|
210
|
+
|
211
|
+
</section><!-- public-class-method-details -->
|
212
|
+
|
213
|
+
</section><!-- 5Buntitled-5D -->
|
214
|
+
|
215
|
+
</div><!-- documentation -->
|
216
|
+
|
217
|
+
|
218
|
+
<footer id="validator-badges">
|
219
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
220
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
221
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
222
|
+
</footer>
|
223
|
+
|
data/doc/BigBench/Runner.html
CHANGED
@@ -117,6 +117,18 @@
|
|
117
117
|
|
118
118
|
<li><a href="../BigBench/Output.html">BigBench::Output</a>
|
119
119
|
|
120
|
+
<li><a href="../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
121
|
+
|
122
|
+
<li><a href="../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
123
|
+
|
124
|
+
<li><a href="../BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
125
|
+
|
126
|
+
<li><a href="../BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
127
|
+
|
128
|
+
<li><a href="../BigBench/PostProcessor/Statistics.html">BigBench::PostProcessor::Statistics</a>
|
129
|
+
|
130
|
+
<li><a href="../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
131
|
+
|
120
132
|
<li><a href="../BigBench/Runner.html">BigBench::Runner</a>
|
121
133
|
|
122
134
|
<li><a href="../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
@@ -123,6 +123,18 @@
|
|
123
123
|
|
124
124
|
<li><a href="../../BigBench/Output.html">BigBench::Output</a>
|
125
125
|
|
126
|
+
<li><a href="../../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
127
|
+
|
128
|
+
<li><a href="../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
129
|
+
|
130
|
+
<li><a href="../../BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
131
|
+
|
132
|
+
<li><a href="../../BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
133
|
+
|
134
|
+
<li><a href="../../BigBench/PostProcessor/Statistics.html">BigBench::PostProcessor::Statistics</a>
|
135
|
+
|
136
|
+
<li><a href="../../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
137
|
+
|
126
138
|
<li><a href="../../BigBench/Runner.html">BigBench::Runner</a>
|
127
139
|
|
128
140
|
<li><a href="../../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
data/doc/BigBench/Store.html
CHANGED
@@ -141,6 +141,18 @@
|
|
141
141
|
|
142
142
|
<li><a href="../BigBench/Output.html">BigBench::Output</a>
|
143
143
|
|
144
|
+
<li><a href="../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
145
|
+
|
146
|
+
<li><a href="../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
147
|
+
|
148
|
+
<li><a href="../BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
149
|
+
|
150
|
+
<li><a href="../BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
151
|
+
|
152
|
+
<li><a href="../BigBench/PostProcessor/Statistics.html">BigBench::PostProcessor::Statistics</a>
|
153
|
+
|
154
|
+
<li><a href="../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
155
|
+
|
144
156
|
<li><a href="../BigBench/Runner.html">BigBench::Runner</a>
|
145
157
|
|
146
158
|
<li><a href="../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
data/doc/BigBench/Tracker.html
CHANGED
@@ -107,6 +107,18 @@
|
|
107
107
|
|
108
108
|
<li><a href="../BigBench/Output.html">BigBench::Output</a>
|
109
109
|
|
110
|
+
<li><a href="../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
111
|
+
|
112
|
+
<li><a href="../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
113
|
+
|
114
|
+
<li><a href="../BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
115
|
+
|
116
|
+
<li><a href="../BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
117
|
+
|
118
|
+
<li><a href="../BigBench/PostProcessor/Statistics.html">BigBench::PostProcessor::Statistics</a>
|
119
|
+
|
120
|
+
<li><a href="../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
121
|
+
|
110
122
|
<li><a href="../BigBench/Runner.html">BigBench::Runner</a>
|
111
123
|
|
112
124
|
<li><a href="../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
@@ -125,6 +125,18 @@
|
|
125
125
|
|
126
126
|
<li><a href="../../BigBench/Output.html">BigBench::Output</a>
|
127
127
|
|
128
|
+
<li><a href="../../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
129
|
+
|
130
|
+
<li><a href="../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
131
|
+
|
132
|
+
<li><a href="../../BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
133
|
+
|
134
|
+
<li><a href="../../BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
135
|
+
|
136
|
+
<li><a href="../../BigBench/PostProcessor/Statistics.html">BigBench::PostProcessor::Statistics</a>
|
137
|
+
|
138
|
+
<li><a href="../../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
139
|
+
|
128
140
|
<li><a href="../../BigBench/Runner.html">BigBench::Runner</a>
|
129
141
|
|
130
142
|
<li><a href="../../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
data/doc/EventMachineLoop.html
CHANGED
@@ -127,6 +127,18 @@
|
|
127
127
|
|
128
128
|
<li><a href="./BigBench/Output.html">BigBench::Output</a>
|
129
129
|
|
130
|
+
<li><a href="./BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
131
|
+
|
132
|
+
<li><a href="./BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
133
|
+
|
134
|
+
<li><a href="./BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
135
|
+
|
136
|
+
<li><a href="./BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
137
|
+
|
138
|
+
<li><a href="./BigBench/PostProcessor/Statistics.html">BigBench::PostProcessor::Statistics</a>
|
139
|
+
|
140
|
+
<li><a href="./BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
141
|
+
|
130
142
|
<li><a href="./BigBench/Runner.html">BigBench::Runner</a>
|
131
143
|
|
132
144
|
<li><a href="./BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
data/doc/Float.html
CHANGED
@@ -123,6 +123,18 @@
|
|
123
123
|
|
124
124
|
<li><a href="./BigBench/Output.html">BigBench::Output</a>
|
125
125
|
|
126
|
+
<li><a href="./BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
127
|
+
|
128
|
+
<li><a href="./BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
129
|
+
|
130
|
+
<li><a href="./BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
131
|
+
|
132
|
+
<li><a href="./BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
133
|
+
|
134
|
+
<li><a href="./BigBench/PostProcessor/Statistics.html">BigBench::PostProcessor::Statistics</a>
|
135
|
+
|
136
|
+
<li><a href="./BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
137
|
+
|
126
138
|
<li><a href="./BigBench/Runner.html">BigBench::Runner</a>
|
127
139
|
|
128
140
|
<li><a href="./BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
data/doc/Gemfile.html
CHANGED
@@ -89,6 +89,18 @@
|
|
89
89
|
|
90
90
|
<li><a href="./BigBench/Output.html">BigBench::Output</a>
|
91
91
|
|
92
|
+
<li><a href="./BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
93
|
+
|
94
|
+
<li><a href="./BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
95
|
+
|
96
|
+
<li><a href="./BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
97
|
+
|
98
|
+
<li><a href="./BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
99
|
+
|
100
|
+
<li><a href="./BigBench/PostProcessor/Statistics.html">BigBench::PostProcessor::Statistics</a>
|
101
|
+
|
102
|
+
<li><a href="./BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
103
|
+
|
92
104
|
<li><a href="./BigBench/Runner.html">BigBench::Runner</a>
|
93
105
|
|
94
106
|
<li><a href="./BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
data/doc/Helpers.html
CHANGED
@@ -107,6 +107,18 @@
|
|
107
107
|
|
108
108
|
<li><a href="./BigBench/Output.html">BigBench::Output</a>
|
109
109
|
|
110
|
+
<li><a href="./BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
111
|
+
|
112
|
+
<li><a href="./BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
113
|
+
|
114
|
+
<li><a href="./BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
115
|
+
|
116
|
+
<li><a href="./BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
117
|
+
|
118
|
+
<li><a href="./BigBench/PostProcessor/Statistics.html">BigBench::PostProcessor::Statistics</a>
|
119
|
+
|
120
|
+
<li><a href="./BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
121
|
+
|
110
122
|
<li><a href="./BigBench/Runner.html">BigBench::Runner</a>
|
111
123
|
|
112
124
|
<li><a href="./BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
data/doc/Object.html
CHANGED
@@ -138,6 +138,18 @@
|
|
138
138
|
|
139
139
|
<li><a href="./BigBench/Output.html">BigBench::Output</a>
|
140
140
|
|
141
|
+
<li><a href="./BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
142
|
+
|
143
|
+
<li><a href="./BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
144
|
+
|
145
|
+
<li><a href="./BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
146
|
+
|
147
|
+
<li><a href="./BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
148
|
+
|
149
|
+
<li><a href="./BigBench/PostProcessor/Statistics.html">BigBench::PostProcessor::Statistics</a>
|
150
|
+
|
151
|
+
<li><a href="./BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
152
|
+
|
141
153
|
<li><a href="./BigBench/Runner.html">BigBench::Runner</a>
|
142
154
|
|
143
155
|
<li><a href="./BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
data/doc/Rakefile.html
CHANGED
@@ -89,6 +89,18 @@
|
|
89
89
|
|
90
90
|
<li><a href="./BigBench/Output.html">BigBench::Output</a>
|
91
91
|
|
92
|
+
<li><a href="./BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
93
|
+
|
94
|
+
<li><a href="./BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
95
|
+
|
96
|
+
<li><a href="./BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
97
|
+
|
98
|
+
<li><a href="./BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
99
|
+
|
100
|
+
<li><a href="./BigBench/PostProcessor/Statistics.html">BigBench::PostProcessor::Statistics</a>
|
101
|
+
|
102
|
+
<li><a href="./BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
103
|
+
|
92
104
|
<li><a href="./BigBench/Runner.html">BigBench::Runner</a>
|
93
105
|
|
94
106
|
<li><a href="./BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
@@ -119,15 +131,17 @@
|
|
119
131
|
|
120
132
|
<p>namespace :bigbench do</p>
|
121
133
|
|
122
|
-
<pre>desc
|
123
|
-
task
|
124
|
-
|
125
|
-
end
|
126
|
-
|
127
|
-
desc
|
128
|
-
task
|
129
|
-
load
|
130
|
-
|
134
|
+
<pre class="ruby"><span class="ruby-identifier">desc</span> <span class="ruby-string">"Create and open documentation"</span>
|
135
|
+
<span class="ruby-identifier">task</span> :<span class="ruby-identifier">doc</span> <span class="ruby-keyword">do</span>
|
136
|
+
<span class="ruby-value">%xrdoc --main BigBench --include lib/bigbench/help/ && open doc/index.html`</span>
|
137
|
+
<span class="ruby-keyword">end</span>
|
138
|
+
|
139
|
+
<span class="ruby-identifier">desc</span> <span class="ruby-string">"Start Thin RDoc Testserver"</span>
|
140
|
+
<span class="ruby-identifier">task</span> :<span class="ruby-identifier">testserver</span> <span class="ruby-keyword">do</span>
|
141
|
+
<span class="ruby-identifier">load</span> <span class="ruby-string">"spec/lib/test_web_server.rb"</span>
|
142
|
+
<span class="ruby-constant">Rack</span><span class="ruby-operator">::</span><span class="ruby-constant">Handler</span><span class="ruby-operator">::</span><span class="ruby-constant">Thin</span>.<span class="ruby-identifier">run</span> <span class="ruby-constant">Sinatra</span><span class="ruby-operator">::</span><span class="ruby-constant">Application</span>, :<span class="ruby-constant">Port</span> =<span class="ruby-operator">></span> <span class="ruby-value">3001</span>
|
143
|
+
<span class="ruby-keyword">end</span>
|
144
|
+
</pre>
|
131
145
|
|
132
146
|
<p>end</p>
|
133
147
|
|