bigbench 0.0.3 → 0.0.4
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/.DS_Store +0 -0
- data/README.textile +254 -4
- data/Rakefile +43 -9
- data/doc/Array.html +288 -0
- data/doc/BigBench.html +32 -6
- data/doc/BigBench/Benchmark.html +24 -0
- data/doc/BigBench/Benchmark/Benchmark.html +24 -0
- data/doc/BigBench/Benchmark/Looper.html +24 -0
- data/doc/BigBench/Bot.html +24 -0
- data/doc/BigBench/Configuration.html +24 -0
- data/doc/BigBench/Configuration/Config.html +24 -0
- data/doc/BigBench/Configuration/InvalidOptions.html +24 -0
- data/doc/BigBench/Executor.html +33 -3
- data/doc/BigBench/Executor/InvalidCommand.html +25 -1
- data/doc/BigBench/Fragment.html +24 -0
- data/doc/BigBench/Fragment/Fragment.html +24 -0
- data/doc/BigBench/Output.html +24 -0
- data/doc/BigBench/PostProcessor.html +33 -6
- data/doc/BigBench/PostProcessor/Environment.html +489 -2
- data/doc/BigBench/PostProcessor/Environment/Appearings.html +327 -0
- data/doc/BigBench/PostProcessor/Environment/AttributeCluster.html +275 -0
- data/doc/BigBench/PostProcessor/Environment/BenchmarkNotFound.html +293 -0
- data/doc/BigBench/PostProcessor/Environment/Cluster.html +387 -0
- data/doc/BigBench/PostProcessor/Environment/NormalDistribution.html +383 -0
- data/doc/BigBench/PostProcessor/Environment/PolynomialRegression.html +438 -0
- data/doc/BigBench/PostProcessor/Environment/Statistics.html +568 -0
- data/doc/BigBench/PostProcessor/Graphs.html +270 -0
- data/doc/BigBench/PostProcessor/Graphs/LineGraph.html +403 -0
- data/doc/BigBench/PostProcessor/Graphs/PieGraph.html +396 -0
- data/doc/BigBench/PostProcessor/InvalidProcessor.html +25 -1
- data/doc/BigBench/PostProcessor/Processor.html +59 -7
- data/doc/BigBench/PostProcessor/Statistics.html +26 -2
- data/doc/BigBench/PostProcessor/Test.html +26 -2
- data/doc/BigBench/Runner.html +24 -0
- data/doc/BigBench/Runner/NoBenchmarksDefined.html +24 -0
- data/doc/BigBench/Store.html +24 -0
- data/doc/BigBench/Tracker.html +24 -0
- data/doc/BigBench/Tracker/Tracker.html +24 -0
- data/doc/EventMachineLoop.html +24 -0
- data/doc/Float.html +24 -0
- data/doc/Gemfile.html +24 -0
- data/doc/Helpers.html +78 -0
- data/doc/Object.html +29 -0
- data/doc/README_rdoc.html +803 -0
- data/doc/Rakefile.html +66 -10
- data/doc/created.rid +46 -40
- data/doc/index.html +667 -1
- data/doc/js/search_index.js +1 -1
- data/doc/lib/bigbench/help/executor_txt.html +32 -2
- data/doc/rdoc.css +4 -0
- data/doc/table_of_contents.html +179 -23
- data/doc/test_rdoc.html +159 -0
- data/lib/bigbench.rb +2 -0
- data/lib/bigbench/executor.rb +17 -1
- data/lib/bigbench/help/executor.txt +5 -0
- data/lib/bigbench/post_processor.rb +16 -32
- data/lib/bigbench/post_processor/environment.rb +525 -0
- data/lib/bigbench/post_processor/graphs.rb +209 -0
- data/lib/bigbench/post_processor/statistics.rb +29 -49
- data/lib/bigbench/version.rb +1 -1
- data/spec/executor_spec.rb +35 -0
- data/spec/helpers.rb +15 -1
- data/spec/post_processor_spec.rb +19 -4
- data/spec/post_processors/environment_spec.rb +412 -0
- data/spec/post_processors/graphs_spec.rb +23 -0
- data/spec/post_processors/statistics_spec.rb +3 -2
- data/spec/tests/local.rb +1 -1
- data/spec/tests/sample_results_big.ljson +51925 -0
- data/spec/tests/sample_results_small.ljson +3875 -0
- data/spec/tests/with_post_processor.ljson +43 -0
- data/spec/tests/with_post_processor.rb +12 -0
- data/spec/tmp/.DS_Store +0 -0
- data/spec/tracker_spec.rb +8 -8
- metadata +61 -101
@@ -79,6 +79,8 @@
|
|
79
79
|
|
80
80
|
<li class="file"><a href="../../Gemfile.html">Gemfile</a>
|
81
81
|
|
82
|
+
<li class="file"><a href="../../README_rdoc.html">README</a>
|
83
|
+
|
82
84
|
<li class="file"><a href="../../Rakefile.html">Rakefile</a>
|
83
85
|
|
84
86
|
<li class="file"><a href="../../lib/bigbench/help/executor_txt.html">executor</a>
|
@@ -121,6 +123,26 @@
|
|
121
123
|
|
122
124
|
<li><a href="../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
123
125
|
|
126
|
+
<li><a href="../../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
127
|
+
|
128
|
+
<li><a href="../../BigBench/PostProcessor/Environment/AttributeCluster.html">BigBench::PostProcessor::Environment::AttributeCluster</a>
|
129
|
+
|
130
|
+
<li><a href="../../BigBench/PostProcessor/Environment/BenchmarkNotFound.html">BigBench::PostProcessor::Environment::BenchmarkNotFound</a>
|
131
|
+
|
132
|
+
<li><a href="../../BigBench/PostProcessor/Environment/Cluster.html">BigBench::PostProcessor::Environment::Cluster</a>
|
133
|
+
|
134
|
+
<li><a href="../../BigBench/PostProcessor/Environment/NormalDistribution.html">BigBench::PostProcessor::Environment::NormalDistribution</a>
|
135
|
+
|
136
|
+
<li><a href="../../BigBench/PostProcessor/Environment/PolynomialRegression.html">BigBench::PostProcessor::Environment::PolynomialRegression</a>
|
137
|
+
|
138
|
+
<li><a href="../../BigBench/PostProcessor/Environment/Statistics.html">BigBench::PostProcessor::Environment::Statistics</a>
|
139
|
+
|
140
|
+
<li><a href="../../BigBench/PostProcessor/Graphs.html">BigBench::PostProcessor::Graphs</a>
|
141
|
+
|
142
|
+
<li><a href="../../BigBench/PostProcessor/Graphs/LineGraph.html">BigBench::PostProcessor::Graphs::LineGraph</a>
|
143
|
+
|
144
|
+
<li><a href="../../BigBench/PostProcessor/Graphs/PieGraph.html">BigBench::PostProcessor::Graphs::PieGraph</a>
|
145
|
+
|
124
146
|
<li><a href="../../BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
125
147
|
|
126
148
|
<li><a href="../../BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
@@ -139,6 +161,8 @@
|
|
139
161
|
|
140
162
|
<li><a href="../../BigBench/Tracker/Tracker.html">BigBench::Tracker::Tracker</a>
|
141
163
|
|
164
|
+
<li><a href="../../Array.html">Array</a>
|
165
|
+
|
142
166
|
<li><a href="../../EventMachineLoop.html">EventMachineLoop</a>
|
143
167
|
|
144
168
|
<li><a href="../../Float.html">Float</a>
|
@@ -182,7 +206,7 @@
|
|
182
206
|
|
183
207
|
<div class="method-heading">
|
184
208
|
<span class="method-name">run!</span><span
|
185
|
-
class="method-args">()</span>
|
209
|
+
class="method-args">(options)</span>
|
186
210
|
<span class="method-click-advice">click to toggle source</span>
|
187
211
|
</div>
|
188
212
|
|
@@ -195,7 +219,7 @@
|
|
195
219
|
|
196
220
|
<div class="method-source-code" id="run-21-source">
|
197
221
|
<pre><span class="ruby-comment"># File lib/bigbench/post_processor/statistics.rb, line 5</span>
|
198
|
-
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">run!</span>
|
222
|
+
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">run!</span>(<span class="ruby-identifier">options</span>)
|
199
223
|
<span class="ruby-identifier">calculate</span>
|
200
224
|
<span class="ruby-identifier">puts</span> <span class="ruby-string">"\nBigBench Statistics"</span>
|
201
225
|
<span class="ruby-identifier">puts</span> <span class="ruby-constant">Hirb</span><span class="ruby-operator">::</span><span class="ruby-constant">Helpers</span><span class="ruby-operator">::</span><span class="ruby-constant">Table</span>.<span class="ruby-identifier">render</span> <span class="ruby-identifier">results</span>, <span class="ruby-value">:fields</span> =<span class="ruby-operator">></span> [<span class="ruby-value">:name</span>, <span class="ruby-value">:value</span>, <span class="ruby-value">:percent</span>], <span class="ruby-value">:header_filter</span> =<span class="ruby-operator">></span> <span class="ruby-value">:capitalize</span>
|
@@ -79,6 +79,8 @@
|
|
79
79
|
|
80
80
|
<li class="file"><a href="../../Gemfile.html">Gemfile</a>
|
81
81
|
|
82
|
+
<li class="file"><a href="../../README_rdoc.html">README</a>
|
83
|
+
|
82
84
|
<li class="file"><a href="../../Rakefile.html">Rakefile</a>
|
83
85
|
|
84
86
|
<li class="file"><a href="../../lib/bigbench/help/executor_txt.html">executor</a>
|
@@ -121,6 +123,26 @@
|
|
121
123
|
|
122
124
|
<li><a href="../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
123
125
|
|
126
|
+
<li><a href="../../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
127
|
+
|
128
|
+
<li><a href="../../BigBench/PostProcessor/Environment/AttributeCluster.html">BigBench::PostProcessor::Environment::AttributeCluster</a>
|
129
|
+
|
130
|
+
<li><a href="../../BigBench/PostProcessor/Environment/BenchmarkNotFound.html">BigBench::PostProcessor::Environment::BenchmarkNotFound</a>
|
131
|
+
|
132
|
+
<li><a href="../../BigBench/PostProcessor/Environment/Cluster.html">BigBench::PostProcessor::Environment::Cluster</a>
|
133
|
+
|
134
|
+
<li><a href="../../BigBench/PostProcessor/Environment/NormalDistribution.html">BigBench::PostProcessor::Environment::NormalDistribution</a>
|
135
|
+
|
136
|
+
<li><a href="../../BigBench/PostProcessor/Environment/PolynomialRegression.html">BigBench::PostProcessor::Environment::PolynomialRegression</a>
|
137
|
+
|
138
|
+
<li><a href="../../BigBench/PostProcessor/Environment/Statistics.html">BigBench::PostProcessor::Environment::Statistics</a>
|
139
|
+
|
140
|
+
<li><a href="../../BigBench/PostProcessor/Graphs.html">BigBench::PostProcessor::Graphs</a>
|
141
|
+
|
142
|
+
<li><a href="../../BigBench/PostProcessor/Graphs/LineGraph.html">BigBench::PostProcessor::Graphs::LineGraph</a>
|
143
|
+
|
144
|
+
<li><a href="../../BigBench/PostProcessor/Graphs/PieGraph.html">BigBench::PostProcessor::Graphs::PieGraph</a>
|
145
|
+
|
124
146
|
<li><a href="../../BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
125
147
|
|
126
148
|
<li><a href="../../BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
@@ -139,6 +161,8 @@
|
|
139
161
|
|
140
162
|
<li><a href="../../BigBench/Tracker/Tracker.html">BigBench::Tracker::Tracker</a>
|
141
163
|
|
164
|
+
<li><a href="../../Array.html">Array</a>
|
165
|
+
|
142
166
|
<li><a href="../../EventMachineLoop.html">EventMachineLoop</a>
|
143
167
|
|
144
168
|
<li><a href="../../Float.html">Float</a>
|
@@ -182,7 +206,7 @@
|
|
182
206
|
|
183
207
|
<div class="method-heading">
|
184
208
|
<span class="method-name">run!</span><span
|
185
|
-
class="method-args">()</span>
|
209
|
+
class="method-args">(options)</span>
|
186
210
|
<span class="method-click-advice">click to toggle source</span>
|
187
211
|
</div>
|
188
212
|
|
@@ -195,7 +219,7 @@
|
|
195
219
|
|
196
220
|
<div class="method-source-code" id="run-21-source">
|
197
221
|
<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>
|
222
|
+
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">run!</span>(<span class="ruby-identifier">options</span>)
|
199
223
|
<span class="ruby-string">"Post Processor Module"</span>
|
200
224
|
<span class="ruby-keyword">end</span></pre>
|
201
225
|
</div><!-- run-21-source -->
|
data/doc/BigBench/Runner.html
CHANGED
@@ -79,6 +79,8 @@
|
|
79
79
|
|
80
80
|
<li class="file"><a href="../Gemfile.html">Gemfile</a>
|
81
81
|
|
82
|
+
<li class="file"><a href="../README_rdoc.html">README</a>
|
83
|
+
|
82
84
|
<li class="file"><a href="../Rakefile.html">Rakefile</a>
|
83
85
|
|
84
86
|
<li class="file"><a href="../lib/bigbench/help/executor_txt.html">executor</a>
|
@@ -121,6 +123,26 @@
|
|
121
123
|
|
122
124
|
<li><a href="../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
123
125
|
|
126
|
+
<li><a href="../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
127
|
+
|
128
|
+
<li><a href="../BigBench/PostProcessor/Environment/AttributeCluster.html">BigBench::PostProcessor::Environment::AttributeCluster</a>
|
129
|
+
|
130
|
+
<li><a href="../BigBench/PostProcessor/Environment/BenchmarkNotFound.html">BigBench::PostProcessor::Environment::BenchmarkNotFound</a>
|
131
|
+
|
132
|
+
<li><a href="../BigBench/PostProcessor/Environment/Cluster.html">BigBench::PostProcessor::Environment::Cluster</a>
|
133
|
+
|
134
|
+
<li><a href="../BigBench/PostProcessor/Environment/NormalDistribution.html">BigBench::PostProcessor::Environment::NormalDistribution</a>
|
135
|
+
|
136
|
+
<li><a href="../BigBench/PostProcessor/Environment/PolynomialRegression.html">BigBench::PostProcessor::Environment::PolynomialRegression</a>
|
137
|
+
|
138
|
+
<li><a href="../BigBench/PostProcessor/Environment/Statistics.html">BigBench::PostProcessor::Environment::Statistics</a>
|
139
|
+
|
140
|
+
<li><a href="../BigBench/PostProcessor/Graphs.html">BigBench::PostProcessor::Graphs</a>
|
141
|
+
|
142
|
+
<li><a href="../BigBench/PostProcessor/Graphs/LineGraph.html">BigBench::PostProcessor::Graphs::LineGraph</a>
|
143
|
+
|
144
|
+
<li><a href="../BigBench/PostProcessor/Graphs/PieGraph.html">BigBench::PostProcessor::Graphs::PieGraph</a>
|
145
|
+
|
124
146
|
<li><a href="../BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
125
147
|
|
126
148
|
<li><a href="../BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
@@ -139,6 +161,8 @@
|
|
139
161
|
|
140
162
|
<li><a href="../BigBench/Tracker/Tracker.html">BigBench::Tracker::Tracker</a>
|
141
163
|
|
164
|
+
<li><a href="../Array.html">Array</a>
|
165
|
+
|
142
166
|
<li><a href="../EventMachineLoop.html">EventMachineLoop</a>
|
143
167
|
|
144
168
|
<li><a href="../Float.html">Float</a>
|
@@ -85,6 +85,8 @@
|
|
85
85
|
|
86
86
|
<li class="file"><a href="../../Gemfile.html">Gemfile</a>
|
87
87
|
|
88
|
+
<li class="file"><a href="../../README_rdoc.html">README</a>
|
89
|
+
|
88
90
|
<li class="file"><a href="../../Rakefile.html">Rakefile</a>
|
89
91
|
|
90
92
|
<li class="file"><a href="../../lib/bigbench/help/executor_txt.html">executor</a>
|
@@ -127,6 +129,26 @@
|
|
127
129
|
|
128
130
|
<li><a href="../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
129
131
|
|
132
|
+
<li><a href="../../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
133
|
+
|
134
|
+
<li><a href="../../BigBench/PostProcessor/Environment/AttributeCluster.html">BigBench::PostProcessor::Environment::AttributeCluster</a>
|
135
|
+
|
136
|
+
<li><a href="../../BigBench/PostProcessor/Environment/BenchmarkNotFound.html">BigBench::PostProcessor::Environment::BenchmarkNotFound</a>
|
137
|
+
|
138
|
+
<li><a href="../../BigBench/PostProcessor/Environment/Cluster.html">BigBench::PostProcessor::Environment::Cluster</a>
|
139
|
+
|
140
|
+
<li><a href="../../BigBench/PostProcessor/Environment/NormalDistribution.html">BigBench::PostProcessor::Environment::NormalDistribution</a>
|
141
|
+
|
142
|
+
<li><a href="../../BigBench/PostProcessor/Environment/PolynomialRegression.html">BigBench::PostProcessor::Environment::PolynomialRegression</a>
|
143
|
+
|
144
|
+
<li><a href="../../BigBench/PostProcessor/Environment/Statistics.html">BigBench::PostProcessor::Environment::Statistics</a>
|
145
|
+
|
146
|
+
<li><a href="../../BigBench/PostProcessor/Graphs.html">BigBench::PostProcessor::Graphs</a>
|
147
|
+
|
148
|
+
<li><a href="../../BigBench/PostProcessor/Graphs/LineGraph.html">BigBench::PostProcessor::Graphs::LineGraph</a>
|
149
|
+
|
150
|
+
<li><a href="../../BigBench/PostProcessor/Graphs/PieGraph.html">BigBench::PostProcessor::Graphs::PieGraph</a>
|
151
|
+
|
130
152
|
<li><a href="../../BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
131
153
|
|
132
154
|
<li><a href="../../BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
@@ -145,6 +167,8 @@
|
|
145
167
|
|
146
168
|
<li><a href="../../BigBench/Tracker/Tracker.html">BigBench::Tracker::Tracker</a>
|
147
169
|
|
170
|
+
<li><a href="../../Array.html">Array</a>
|
171
|
+
|
148
172
|
<li><a href="../../EventMachineLoop.html">EventMachineLoop</a>
|
149
173
|
|
150
174
|
<li><a href="../../Float.html">Float</a>
|
data/doc/BigBench/Store.html
CHANGED
@@ -103,6 +103,8 @@
|
|
103
103
|
|
104
104
|
<li class="file"><a href="../Gemfile.html">Gemfile</a>
|
105
105
|
|
106
|
+
<li class="file"><a href="../README_rdoc.html">README</a>
|
107
|
+
|
106
108
|
<li class="file"><a href="../Rakefile.html">Rakefile</a>
|
107
109
|
|
108
110
|
<li class="file"><a href="../lib/bigbench/help/executor_txt.html">executor</a>
|
@@ -145,6 +147,26 @@
|
|
145
147
|
|
146
148
|
<li><a href="../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
147
149
|
|
150
|
+
<li><a href="../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
151
|
+
|
152
|
+
<li><a href="../BigBench/PostProcessor/Environment/AttributeCluster.html">BigBench::PostProcessor::Environment::AttributeCluster</a>
|
153
|
+
|
154
|
+
<li><a href="../BigBench/PostProcessor/Environment/BenchmarkNotFound.html">BigBench::PostProcessor::Environment::BenchmarkNotFound</a>
|
155
|
+
|
156
|
+
<li><a href="../BigBench/PostProcessor/Environment/Cluster.html">BigBench::PostProcessor::Environment::Cluster</a>
|
157
|
+
|
158
|
+
<li><a href="../BigBench/PostProcessor/Environment/NormalDistribution.html">BigBench::PostProcessor::Environment::NormalDistribution</a>
|
159
|
+
|
160
|
+
<li><a href="../BigBench/PostProcessor/Environment/PolynomialRegression.html">BigBench::PostProcessor::Environment::PolynomialRegression</a>
|
161
|
+
|
162
|
+
<li><a href="../BigBench/PostProcessor/Environment/Statistics.html">BigBench::PostProcessor::Environment::Statistics</a>
|
163
|
+
|
164
|
+
<li><a href="../BigBench/PostProcessor/Graphs.html">BigBench::PostProcessor::Graphs</a>
|
165
|
+
|
166
|
+
<li><a href="../BigBench/PostProcessor/Graphs/LineGraph.html">BigBench::PostProcessor::Graphs::LineGraph</a>
|
167
|
+
|
168
|
+
<li><a href="../BigBench/PostProcessor/Graphs/PieGraph.html">BigBench::PostProcessor::Graphs::PieGraph</a>
|
169
|
+
|
148
170
|
<li><a href="../BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
149
171
|
|
150
172
|
<li><a href="../BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
@@ -163,6 +185,8 @@
|
|
163
185
|
|
164
186
|
<li><a href="../BigBench/Tracker/Tracker.html">BigBench::Tracker::Tracker</a>
|
165
187
|
|
188
|
+
<li><a href="../Array.html">Array</a>
|
189
|
+
|
166
190
|
<li><a href="../EventMachineLoop.html">EventMachineLoop</a>
|
167
191
|
|
168
192
|
<li><a href="../Float.html">Float</a>
|
data/doc/BigBench/Tracker.html
CHANGED
@@ -69,6 +69,8 @@
|
|
69
69
|
|
70
70
|
<li class="file"><a href="../Gemfile.html">Gemfile</a>
|
71
71
|
|
72
|
+
<li class="file"><a href="../README_rdoc.html">README</a>
|
73
|
+
|
72
74
|
<li class="file"><a href="../Rakefile.html">Rakefile</a>
|
73
75
|
|
74
76
|
<li class="file"><a href="../lib/bigbench/help/executor_txt.html">executor</a>
|
@@ -111,6 +113,26 @@
|
|
111
113
|
|
112
114
|
<li><a href="../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
113
115
|
|
116
|
+
<li><a href="../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
117
|
+
|
118
|
+
<li><a href="../BigBench/PostProcessor/Environment/AttributeCluster.html">BigBench::PostProcessor::Environment::AttributeCluster</a>
|
119
|
+
|
120
|
+
<li><a href="../BigBench/PostProcessor/Environment/BenchmarkNotFound.html">BigBench::PostProcessor::Environment::BenchmarkNotFound</a>
|
121
|
+
|
122
|
+
<li><a href="../BigBench/PostProcessor/Environment/Cluster.html">BigBench::PostProcessor::Environment::Cluster</a>
|
123
|
+
|
124
|
+
<li><a href="../BigBench/PostProcessor/Environment/NormalDistribution.html">BigBench::PostProcessor::Environment::NormalDistribution</a>
|
125
|
+
|
126
|
+
<li><a href="../BigBench/PostProcessor/Environment/PolynomialRegression.html">BigBench::PostProcessor::Environment::PolynomialRegression</a>
|
127
|
+
|
128
|
+
<li><a href="../BigBench/PostProcessor/Environment/Statistics.html">BigBench::PostProcessor::Environment::Statistics</a>
|
129
|
+
|
130
|
+
<li><a href="../BigBench/PostProcessor/Graphs.html">BigBench::PostProcessor::Graphs</a>
|
131
|
+
|
132
|
+
<li><a href="../BigBench/PostProcessor/Graphs/LineGraph.html">BigBench::PostProcessor::Graphs::LineGraph</a>
|
133
|
+
|
134
|
+
<li><a href="../BigBench/PostProcessor/Graphs/PieGraph.html">BigBench::PostProcessor::Graphs::PieGraph</a>
|
135
|
+
|
114
136
|
<li><a href="../BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
115
137
|
|
116
138
|
<li><a href="../BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
@@ -129,6 +151,8 @@
|
|
129
151
|
|
130
152
|
<li><a href="../BigBench/Tracker/Tracker.html">BigBench::Tracker::Tracker</a>
|
131
153
|
|
154
|
+
<li><a href="../Array.html">Array</a>
|
155
|
+
|
132
156
|
<li><a href="../EventMachineLoop.html">EventMachineLoop</a>
|
133
157
|
|
134
158
|
<li><a href="../Float.html">Float</a>
|
@@ -87,6 +87,8 @@
|
|
87
87
|
|
88
88
|
<li class="file"><a href="../../Gemfile.html">Gemfile</a>
|
89
89
|
|
90
|
+
<li class="file"><a href="../../README_rdoc.html">README</a>
|
91
|
+
|
90
92
|
<li class="file"><a href="../../Rakefile.html">Rakefile</a>
|
91
93
|
|
92
94
|
<li class="file"><a href="../../lib/bigbench/help/executor_txt.html">executor</a>
|
@@ -129,6 +131,26 @@
|
|
129
131
|
|
130
132
|
<li><a href="../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
131
133
|
|
134
|
+
<li><a href="../../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
135
|
+
|
136
|
+
<li><a href="../../BigBench/PostProcessor/Environment/AttributeCluster.html">BigBench::PostProcessor::Environment::AttributeCluster</a>
|
137
|
+
|
138
|
+
<li><a href="../../BigBench/PostProcessor/Environment/BenchmarkNotFound.html">BigBench::PostProcessor::Environment::BenchmarkNotFound</a>
|
139
|
+
|
140
|
+
<li><a href="../../BigBench/PostProcessor/Environment/Cluster.html">BigBench::PostProcessor::Environment::Cluster</a>
|
141
|
+
|
142
|
+
<li><a href="../../BigBench/PostProcessor/Environment/NormalDistribution.html">BigBench::PostProcessor::Environment::NormalDistribution</a>
|
143
|
+
|
144
|
+
<li><a href="../../BigBench/PostProcessor/Environment/PolynomialRegression.html">BigBench::PostProcessor::Environment::PolynomialRegression</a>
|
145
|
+
|
146
|
+
<li><a href="../../BigBench/PostProcessor/Environment/Statistics.html">BigBench::PostProcessor::Environment::Statistics</a>
|
147
|
+
|
148
|
+
<li><a href="../../BigBench/PostProcessor/Graphs.html">BigBench::PostProcessor::Graphs</a>
|
149
|
+
|
150
|
+
<li><a href="../../BigBench/PostProcessor/Graphs/LineGraph.html">BigBench::PostProcessor::Graphs::LineGraph</a>
|
151
|
+
|
152
|
+
<li><a href="../../BigBench/PostProcessor/Graphs/PieGraph.html">BigBench::PostProcessor::Graphs::PieGraph</a>
|
153
|
+
|
132
154
|
<li><a href="../../BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
133
155
|
|
134
156
|
<li><a href="../../BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
@@ -147,6 +169,8 @@
|
|
147
169
|
|
148
170
|
<li><a href="../../BigBench/Tracker/Tracker.html">BigBench::Tracker::Tracker</a>
|
149
171
|
|
172
|
+
<li><a href="../../Array.html">Array</a>
|
173
|
+
|
150
174
|
<li><a href="../../EventMachineLoop.html">EventMachineLoop</a>
|
151
175
|
|
152
176
|
<li><a href="../../Float.html">Float</a>
|
data/doc/EventMachineLoop.html
CHANGED
@@ -89,6 +89,8 @@
|
|
89
89
|
|
90
90
|
<li class="file"><a href="./Gemfile.html">Gemfile</a>
|
91
91
|
|
92
|
+
<li class="file"><a href="./README_rdoc.html">README</a>
|
93
|
+
|
92
94
|
<li class="file"><a href="./Rakefile.html">Rakefile</a>
|
93
95
|
|
94
96
|
<li class="file"><a href="./lib/bigbench/help/executor_txt.html">executor</a>
|
@@ -131,6 +133,26 @@
|
|
131
133
|
|
132
134
|
<li><a href="./BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
133
135
|
|
136
|
+
<li><a href="./BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
137
|
+
|
138
|
+
<li><a href="./BigBench/PostProcessor/Environment/AttributeCluster.html">BigBench::PostProcessor::Environment::AttributeCluster</a>
|
139
|
+
|
140
|
+
<li><a href="./BigBench/PostProcessor/Environment/BenchmarkNotFound.html">BigBench::PostProcessor::Environment::BenchmarkNotFound</a>
|
141
|
+
|
142
|
+
<li><a href="./BigBench/PostProcessor/Environment/Cluster.html">BigBench::PostProcessor::Environment::Cluster</a>
|
143
|
+
|
144
|
+
<li><a href="./BigBench/PostProcessor/Environment/NormalDistribution.html">BigBench::PostProcessor::Environment::NormalDistribution</a>
|
145
|
+
|
146
|
+
<li><a href="./BigBench/PostProcessor/Environment/PolynomialRegression.html">BigBench::PostProcessor::Environment::PolynomialRegression</a>
|
147
|
+
|
148
|
+
<li><a href="./BigBench/PostProcessor/Environment/Statistics.html">BigBench::PostProcessor::Environment::Statistics</a>
|
149
|
+
|
150
|
+
<li><a href="./BigBench/PostProcessor/Graphs.html">BigBench::PostProcessor::Graphs</a>
|
151
|
+
|
152
|
+
<li><a href="./BigBench/PostProcessor/Graphs/LineGraph.html">BigBench::PostProcessor::Graphs::LineGraph</a>
|
153
|
+
|
154
|
+
<li><a href="./BigBench/PostProcessor/Graphs/PieGraph.html">BigBench::PostProcessor::Graphs::PieGraph</a>
|
155
|
+
|
134
156
|
<li><a href="./BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
135
157
|
|
136
158
|
<li><a href="./BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
@@ -149,6 +171,8 @@
|
|
149
171
|
|
150
172
|
<li><a href="./BigBench/Tracker/Tracker.html">BigBench::Tracker::Tracker</a>
|
151
173
|
|
174
|
+
<li><a href="./Array.html">Array</a>
|
175
|
+
|
152
176
|
<li><a href="./EventMachineLoop.html">EventMachineLoop</a>
|
153
177
|
|
154
178
|
<li><a href="./Float.html">Float</a>
|
data/doc/Float.html
CHANGED
@@ -85,6 +85,8 @@
|
|
85
85
|
|
86
86
|
<li class="file"><a href="./Gemfile.html">Gemfile</a>
|
87
87
|
|
88
|
+
<li class="file"><a href="./README_rdoc.html">README</a>
|
89
|
+
|
88
90
|
<li class="file"><a href="./Rakefile.html">Rakefile</a>
|
89
91
|
|
90
92
|
<li class="file"><a href="./lib/bigbench/help/executor_txt.html">executor</a>
|
@@ -127,6 +129,26 @@
|
|
127
129
|
|
128
130
|
<li><a href="./BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
129
131
|
|
132
|
+
<li><a href="./BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
133
|
+
|
134
|
+
<li><a href="./BigBench/PostProcessor/Environment/AttributeCluster.html">BigBench::PostProcessor::Environment::AttributeCluster</a>
|
135
|
+
|
136
|
+
<li><a href="./BigBench/PostProcessor/Environment/BenchmarkNotFound.html">BigBench::PostProcessor::Environment::BenchmarkNotFound</a>
|
137
|
+
|
138
|
+
<li><a href="./BigBench/PostProcessor/Environment/Cluster.html">BigBench::PostProcessor::Environment::Cluster</a>
|
139
|
+
|
140
|
+
<li><a href="./BigBench/PostProcessor/Environment/NormalDistribution.html">BigBench::PostProcessor::Environment::NormalDistribution</a>
|
141
|
+
|
142
|
+
<li><a href="./BigBench/PostProcessor/Environment/PolynomialRegression.html">BigBench::PostProcessor::Environment::PolynomialRegression</a>
|
143
|
+
|
144
|
+
<li><a href="./BigBench/PostProcessor/Environment/Statistics.html">BigBench::PostProcessor::Environment::Statistics</a>
|
145
|
+
|
146
|
+
<li><a href="./BigBench/PostProcessor/Graphs.html">BigBench::PostProcessor::Graphs</a>
|
147
|
+
|
148
|
+
<li><a href="./BigBench/PostProcessor/Graphs/LineGraph.html">BigBench::PostProcessor::Graphs::LineGraph</a>
|
149
|
+
|
150
|
+
<li><a href="./BigBench/PostProcessor/Graphs/PieGraph.html">BigBench::PostProcessor::Graphs::PieGraph</a>
|
151
|
+
|
130
152
|
<li><a href="./BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
131
153
|
|
132
154
|
<li><a href="./BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
@@ -145,6 +167,8 @@
|
|
145
167
|
|
146
168
|
<li><a href="./BigBench/Tracker/Tracker.html">BigBench::Tracker::Tracker</a>
|
147
169
|
|
170
|
+
<li><a href="./Array.html">Array</a>
|
171
|
+
|
148
172
|
<li><a href="./EventMachineLoop.html">EventMachineLoop</a>
|
149
173
|
|
150
174
|
<li><a href="./Float.html">Float</a>
|
data/doc/Gemfile.html
CHANGED
@@ -51,6 +51,8 @@
|
|
51
51
|
|
52
52
|
<li class="file"><a href="./Gemfile.html">Gemfile</a>
|
53
53
|
|
54
|
+
<li class="file"><a href="./README_rdoc.html">README</a>
|
55
|
+
|
54
56
|
<li class="file"><a href="./Rakefile.html">Rakefile</a>
|
55
57
|
|
56
58
|
<li class="file"><a href="./lib/bigbench/help/executor_txt.html">executor</a>
|
@@ -93,6 +95,26 @@
|
|
93
95
|
|
94
96
|
<li><a href="./BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
95
97
|
|
98
|
+
<li><a href="./BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
99
|
+
|
100
|
+
<li><a href="./BigBench/PostProcessor/Environment/AttributeCluster.html">BigBench::PostProcessor::Environment::AttributeCluster</a>
|
101
|
+
|
102
|
+
<li><a href="./BigBench/PostProcessor/Environment/BenchmarkNotFound.html">BigBench::PostProcessor::Environment::BenchmarkNotFound</a>
|
103
|
+
|
104
|
+
<li><a href="./BigBench/PostProcessor/Environment/Cluster.html">BigBench::PostProcessor::Environment::Cluster</a>
|
105
|
+
|
106
|
+
<li><a href="./BigBench/PostProcessor/Environment/NormalDistribution.html">BigBench::PostProcessor::Environment::NormalDistribution</a>
|
107
|
+
|
108
|
+
<li><a href="./BigBench/PostProcessor/Environment/PolynomialRegression.html">BigBench::PostProcessor::Environment::PolynomialRegression</a>
|
109
|
+
|
110
|
+
<li><a href="./BigBench/PostProcessor/Environment/Statistics.html">BigBench::PostProcessor::Environment::Statistics</a>
|
111
|
+
|
112
|
+
<li><a href="./BigBench/PostProcessor/Graphs.html">BigBench::PostProcessor::Graphs</a>
|
113
|
+
|
114
|
+
<li><a href="./BigBench/PostProcessor/Graphs/LineGraph.html">BigBench::PostProcessor::Graphs::LineGraph</a>
|
115
|
+
|
116
|
+
<li><a href="./BigBench/PostProcessor/Graphs/PieGraph.html">BigBench::PostProcessor::Graphs::PieGraph</a>
|
117
|
+
|
96
118
|
<li><a href="./BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
97
119
|
|
98
120
|
<li><a href="./BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
@@ -111,6 +133,8 @@
|
|
111
133
|
|
112
134
|
<li><a href="./BigBench/Tracker/Tracker.html">BigBench::Tracker::Tracker</a>
|
113
135
|
|
136
|
+
<li><a href="./Array.html">Array</a>
|
137
|
+
|
114
138
|
<li><a href="./EventMachineLoop.html">EventMachineLoop</a>
|
115
139
|
|
116
140
|
<li><a href="./Float.html">Float</a>
|