bigbench 0.0.4 → 0.0.5
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 +29 -249
- data/bigbench.gemspec +1 -0
- data/bin/bigbench +1 -1
- data/dev/request_sequence.dot +235 -0
- data/dev/request_sequence.pdf +0 -0
- data/dev/sequence.rb +48 -0
- data/doc/Array.html +5 -5
- data/doc/BigBench.html +27 -60
- data/doc/BigBench/Benchmark.html +5 -5
- data/doc/BigBench/Benchmark/Benchmark.html +8 -8
- data/doc/BigBench/Benchmark/Looper.html +5 -5
- data/doc/BigBench/Bot.html +5 -5
- data/doc/BigBench/Configuration.html +29 -53
- data/doc/BigBench/Executor.html +14 -95
- data/doc/BigBench/Executor/Executable.html +551 -0
- data/doc/BigBench/Fragment.html +5 -5
- data/doc/BigBench/Fragment/Fragment.html +5 -5
- data/doc/BigBench/Output.html +7 -8
- data/doc/BigBench/PostProcessor.html +8 -8
- data/doc/BigBench/PostProcessor/Context.html +219 -0
- data/doc/BigBench/PostProcessor/Environment.html +5 -5
- data/doc/BigBench/PostProcessor/Environment/Appearings.html +5 -5
- data/doc/BigBench/PostProcessor/Environment/AttributeCluster.html +5 -5
- data/doc/BigBench/PostProcessor/Environment/BenchmarkNotFound.html +5 -5
- data/doc/BigBench/PostProcessor/Environment/Cluster.html +5 -5
- data/doc/BigBench/PostProcessor/Environment/NormalDistribution.html +5 -5
- data/doc/BigBench/PostProcessor/Environment/PolynomialRegression.html +5 -5
- data/doc/BigBench/PostProcessor/Environment/Statistics.html +5 -5
- data/doc/BigBench/PostProcessor/Graphs.html +5 -5
- data/doc/BigBench/PostProcessor/Graphs/LineGraph.html +5 -5
- data/doc/BigBench/PostProcessor/Graphs/PieGraph.html +5 -5
- data/doc/BigBench/PostProcessor/InvalidProcessor.html +6 -6
- data/doc/BigBench/PostProcessor/Processor.html +6 -6
- data/doc/BigBench/PostProcessor/Statistics.html +5 -5
- data/doc/BigBench/PostProcessor/Test.html +6 -6
- data/doc/BigBench/PostProcessor/TestPretty.html +249 -0
- data/doc/BigBench/Runner.html +5 -5
- data/doc/BigBench/Runner/NoBenchmarksDefined.html +5 -5
- data/doc/BigBench/Store.html +8 -8
- data/doc/BigBench/Tracker.html +5 -5
- data/doc/BigBench/Tracker/Tracker.html +5 -5
- data/doc/EventMachineLoop.html +5 -5
- data/doc/Float.html +5 -5
- data/doc/Gemfile.html +5 -5
- data/doc/Helpers.html +5 -5
- data/doc/Object.html +24 -5
- data/doc/README_rdoc.html +51 -281
- data/doc/Rakefile.html +5 -5
- data/doc/created.rid +46 -46
- data/doc/index.html +51 -281
- data/doc/js/search_index.js +1 -1
- data/doc/lib/bigbench/help/executor_txt.html +14 -29
- data/doc/table_of_contents.html +63 -68
- data/lib/bigbench.rb +2 -0
- data/lib/bigbench/benchmark.rb +3 -3
- data/lib/bigbench/configuration.rb +29 -68
- data/lib/bigbench/executor.rb +100 -130
- data/lib/bigbench/help/executor.txt +9 -22
- data/lib/bigbench/output.rb +2 -3
- data/lib/bigbench/post_processor.rb +16 -4
- data/lib/bigbench/runner.rb +0 -1
- data/lib/bigbench/store.rb +2 -2
- data/lib/bigbench/templates/test_plan.rb.erb +17 -0
- data/lib/bigbench/version.rb +1 -1
- data/spec/configure_spec.rb +7 -18
- data/spec/executor_spec.rb +25 -35
- data/spec/post_processor_spec.rb +31 -1
- data/spec/post_processors/environment_spec.rb +5 -3
- data/spec/post_processors/graphs_spec.rb +8 -3
- data/spec/post_processors/statistics_spec.rb +6 -1
- data/spec/runner_spec.rb +7 -6
- data/spec/store_spec.rb +4 -3
- data/spec/tests/local.rb +5 -5
- data/spec/tests/with_post_processor.rb +5 -5
- data/spec/tracker_spec.rb +12 -8
- metadata +48 -31
- data/dev/test.rb +0 -13
@@ -123,13 +123,9 @@
|
|
123
123
|
|
124
124
|
<li><a href="../../../BigBench/Configuration.html">BigBench::Configuration</a>
|
125
125
|
|
126
|
-
<li><a href="../../../BigBench/Configuration/Config.html">BigBench::Configuration::Config</a>
|
127
|
-
|
128
|
-
<li><a href="../../../BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a>
|
129
|
-
|
130
126
|
<li><a href="../../../BigBench/Executor.html">BigBench::Executor</a>
|
131
127
|
|
132
|
-
<li><a href="../../../BigBench/Executor/
|
128
|
+
<li><a href="../../../BigBench/Executor/Executable.html">BigBench::Executor::Executable</a>
|
133
129
|
|
134
130
|
<li><a href="../../../BigBench/Fragment.html">BigBench::Fragment</a>
|
135
131
|
|
@@ -139,6 +135,8 @@
|
|
139
135
|
|
140
136
|
<li><a href="../../../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
141
137
|
|
138
|
+
<li><a href="../../../BigBench/PostProcessor/Context.html">BigBench::PostProcessor::Context</a>
|
139
|
+
|
142
140
|
<li><a href="../../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
143
141
|
|
144
142
|
<li><a href="../../../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
@@ -169,6 +167,8 @@
|
|
169
167
|
|
170
168
|
<li><a href="../../../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
171
169
|
|
170
|
+
<li><a href="../../../BigBench/PostProcessor/TestPretty.html">BigBench::PostProcessor::TestPretty</a>
|
171
|
+
|
172
172
|
<li><a href="../../../BigBench/Runner.html">BigBench::Runner</a>
|
173
173
|
|
174
174
|
<li><a href="../../../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
@@ -113,13 +113,9 @@
|
|
113
113
|
|
114
114
|
<li><a href="../../../BigBench/Configuration.html">BigBench::Configuration</a>
|
115
115
|
|
116
|
-
<li><a href="../../../BigBench/Configuration/Config.html">BigBench::Configuration::Config</a>
|
117
|
-
|
118
|
-
<li><a href="../../../BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a>
|
119
|
-
|
120
116
|
<li><a href="../../../BigBench/Executor.html">BigBench::Executor</a>
|
121
117
|
|
122
|
-
<li><a href="../../../BigBench/Executor/
|
118
|
+
<li><a href="../../../BigBench/Executor/Executable.html">BigBench::Executor::Executable</a>
|
123
119
|
|
124
120
|
<li><a href="../../../BigBench/Fragment.html">BigBench::Fragment</a>
|
125
121
|
|
@@ -129,6 +125,8 @@
|
|
129
125
|
|
130
126
|
<li><a href="../../../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
131
127
|
|
128
|
+
<li><a href="../../../BigBench/PostProcessor/Context.html">BigBench::PostProcessor::Context</a>
|
129
|
+
|
132
130
|
<li><a href="../../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
133
131
|
|
134
132
|
<li><a href="../../../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
@@ -159,6 +157,8 @@
|
|
159
157
|
|
160
158
|
<li><a href="../../../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
161
159
|
|
160
|
+
<li><a href="../../../BigBench/PostProcessor/TestPretty.html">BigBench::PostProcessor::TestPretty</a>
|
161
|
+
|
162
162
|
<li><a href="../../../BigBench/Runner.html">BigBench::Runner</a>
|
163
163
|
|
164
164
|
<li><a href="../../../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
@@ -125,13 +125,9 @@
|
|
125
125
|
|
126
126
|
<li><a href="../../../BigBench/Configuration.html">BigBench::Configuration</a>
|
127
127
|
|
128
|
-
<li><a href="../../../BigBench/Configuration/Config.html">BigBench::Configuration::Config</a>
|
129
|
-
|
130
|
-
<li><a href="../../../BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a>
|
131
|
-
|
132
128
|
<li><a href="../../../BigBench/Executor.html">BigBench::Executor</a>
|
133
129
|
|
134
|
-
<li><a href="../../../BigBench/Executor/
|
130
|
+
<li><a href="../../../BigBench/Executor/Executable.html">BigBench::Executor::Executable</a>
|
135
131
|
|
136
132
|
<li><a href="../../../BigBench/Fragment.html">BigBench::Fragment</a>
|
137
133
|
|
@@ -141,6 +137,8 @@
|
|
141
137
|
|
142
138
|
<li><a href="../../../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
143
139
|
|
140
|
+
<li><a href="../../../BigBench/PostProcessor/Context.html">BigBench::PostProcessor::Context</a>
|
141
|
+
|
144
142
|
<li><a href="../../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
145
143
|
|
146
144
|
<li><a href="../../../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
@@ -171,6 +169,8 @@
|
|
171
169
|
|
172
170
|
<li><a href="../../../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
173
171
|
|
172
|
+
<li><a href="../../../BigBench/PostProcessor/TestPretty.html">BigBench::PostProcessor::TestPretty</a>
|
173
|
+
|
174
174
|
<li><a href="../../../BigBench/Runner.html">BigBench::Runner</a>
|
175
175
|
|
176
176
|
<li><a href="../../../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
@@ -125,13 +125,9 @@
|
|
125
125
|
|
126
126
|
<li><a href="../../../BigBench/Configuration.html">BigBench::Configuration</a>
|
127
127
|
|
128
|
-
<li><a href="../../../BigBench/Configuration/Config.html">BigBench::Configuration::Config</a>
|
129
|
-
|
130
|
-
<li><a href="../../../BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a>
|
131
|
-
|
132
128
|
<li><a href="../../../BigBench/Executor.html">BigBench::Executor</a>
|
133
129
|
|
134
|
-
<li><a href="../../../BigBench/Executor/
|
130
|
+
<li><a href="../../../BigBench/Executor/Executable.html">BigBench::Executor::Executable</a>
|
135
131
|
|
136
132
|
<li><a href="../../../BigBench/Fragment.html">BigBench::Fragment</a>
|
137
133
|
|
@@ -141,6 +137,8 @@
|
|
141
137
|
|
142
138
|
<li><a href="../../../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
143
139
|
|
140
|
+
<li><a href="../../../BigBench/PostProcessor/Context.html">BigBench::PostProcessor::Context</a>
|
141
|
+
|
144
142
|
<li><a href="../../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
145
143
|
|
146
144
|
<li><a href="../../../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
@@ -171,6 +169,8 @@
|
|
171
169
|
|
172
170
|
<li><a href="../../../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
173
171
|
|
172
|
+
<li><a href="../../../BigBench/PostProcessor/TestPretty.html">BigBench::PostProcessor::TestPretty</a>
|
173
|
+
|
174
174
|
<li><a href="../../../BigBench/Runner.html">BigBench::Runner</a>
|
175
175
|
|
176
176
|
<li><a href="../../../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
@@ -117,13 +117,9 @@
|
|
117
117
|
|
118
118
|
<li><a href="../../../BigBench/Configuration.html">BigBench::Configuration</a>
|
119
119
|
|
120
|
-
<li><a href="../../../BigBench/Configuration/Config.html">BigBench::Configuration::Config</a>
|
121
|
-
|
122
|
-
<li><a href="../../../BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a>
|
123
|
-
|
124
120
|
<li><a href="../../../BigBench/Executor.html">BigBench::Executor</a>
|
125
121
|
|
126
|
-
<li><a href="../../../BigBench/Executor/
|
122
|
+
<li><a href="../../../BigBench/Executor/Executable.html">BigBench::Executor::Executable</a>
|
127
123
|
|
128
124
|
<li><a href="../../../BigBench/Fragment.html">BigBench::Fragment</a>
|
129
125
|
|
@@ -133,6 +129,8 @@
|
|
133
129
|
|
134
130
|
<li><a href="../../../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
135
131
|
|
132
|
+
<li><a href="../../../BigBench/PostProcessor/Context.html">BigBench::PostProcessor::Context</a>
|
133
|
+
|
136
134
|
<li><a href="../../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
137
135
|
|
138
136
|
<li><a href="../../../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
@@ -163,6 +161,8 @@
|
|
163
161
|
|
164
162
|
<li><a href="../../../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
165
163
|
|
164
|
+
<li><a href="../../../BigBench/PostProcessor/TestPretty.html">BigBench::PostProcessor::TestPretty</a>
|
165
|
+
|
166
166
|
<li><a href="../../../BigBench/Runner.html">BigBench::Runner</a>
|
167
167
|
|
168
168
|
<li><a href="../../../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
@@ -139,13 +139,9 @@
|
|
139
139
|
|
140
140
|
<li><a href="../../../BigBench/Configuration.html">BigBench::Configuration</a>
|
141
141
|
|
142
|
-
<li><a href="../../../BigBench/Configuration/Config.html">BigBench::Configuration::Config</a>
|
143
|
-
|
144
|
-
<li><a href="../../../BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a>
|
145
|
-
|
146
142
|
<li><a href="../../../BigBench/Executor.html">BigBench::Executor</a>
|
147
143
|
|
148
|
-
<li><a href="../../../BigBench/Executor/
|
144
|
+
<li><a href="../../../BigBench/Executor/Executable.html">BigBench::Executor::Executable</a>
|
149
145
|
|
150
146
|
<li><a href="../../../BigBench/Fragment.html">BigBench::Fragment</a>
|
151
147
|
|
@@ -155,6 +151,8 @@
|
|
155
151
|
|
156
152
|
<li><a href="../../../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
157
153
|
|
154
|
+
<li><a href="../../../BigBench/PostProcessor/Context.html">BigBench::PostProcessor::Context</a>
|
155
|
+
|
158
156
|
<li><a href="../../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
159
157
|
|
160
158
|
<li><a href="../../../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
@@ -185,6 +183,8 @@
|
|
185
183
|
|
186
184
|
<li><a href="../../../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
187
185
|
|
186
|
+
<li><a href="../../../BigBench/PostProcessor/TestPretty.html">BigBench::PostProcessor::TestPretty</a>
|
187
|
+
|
188
188
|
<li><a href="../../../BigBench/Runner.html">BigBench::Runner</a>
|
189
189
|
|
190
190
|
<li><a href="../../../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
@@ -105,13 +105,9 @@
|
|
105
105
|
|
106
106
|
<li><a href="../../BigBench/Configuration.html">BigBench::Configuration</a>
|
107
107
|
|
108
|
-
<li><a href="../../BigBench/Configuration/Config.html">BigBench::Configuration::Config</a>
|
109
|
-
|
110
|
-
<li><a href="../../BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a>
|
111
|
-
|
112
108
|
<li><a href="../../BigBench/Executor.html">BigBench::Executor</a>
|
113
109
|
|
114
|
-
<li><a href="../../BigBench/Executor/
|
110
|
+
<li><a href="../../BigBench/Executor/Executable.html">BigBench::Executor::Executable</a>
|
115
111
|
|
116
112
|
<li><a href="../../BigBench/Fragment.html">BigBench::Fragment</a>
|
117
113
|
|
@@ -121,6 +117,8 @@
|
|
121
117
|
|
122
118
|
<li><a href="../../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
123
119
|
|
120
|
+
<li><a href="../../BigBench/PostProcessor/Context.html">BigBench::PostProcessor::Context</a>
|
121
|
+
|
124
122
|
<li><a href="../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
125
123
|
|
126
124
|
<li><a href="../../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
@@ -151,6 +149,8 @@
|
|
151
149
|
|
152
150
|
<li><a href="../../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
153
151
|
|
152
|
+
<li><a href="../../BigBench/PostProcessor/TestPretty.html">BigBench::PostProcessor::TestPretty</a>
|
153
|
+
|
154
154
|
<li><a href="../../BigBench/Runner.html">BigBench::Runner</a>
|
155
155
|
|
156
156
|
<li><a href="../../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
@@ -117,13 +117,9 @@
|
|
117
117
|
|
118
118
|
<li><a href="../../../BigBench/Configuration.html">BigBench::Configuration</a>
|
119
119
|
|
120
|
-
<li><a href="../../../BigBench/Configuration/Config.html">BigBench::Configuration::Config</a>
|
121
|
-
|
122
|
-
<li><a href="../../../BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a>
|
123
|
-
|
124
120
|
<li><a href="../../../BigBench/Executor.html">BigBench::Executor</a>
|
125
121
|
|
126
|
-
<li><a href="../../../BigBench/Executor/
|
122
|
+
<li><a href="../../../BigBench/Executor/Executable.html">BigBench::Executor::Executable</a>
|
127
123
|
|
128
124
|
<li><a href="../../../BigBench/Fragment.html">BigBench::Fragment</a>
|
129
125
|
|
@@ -133,6 +129,8 @@
|
|
133
129
|
|
134
130
|
<li><a href="../../../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
135
131
|
|
132
|
+
<li><a href="../../../BigBench/PostProcessor/Context.html">BigBench::PostProcessor::Context</a>
|
133
|
+
|
136
134
|
<li><a href="../../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
137
135
|
|
138
136
|
<li><a href="../../../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
@@ -163,6 +161,8 @@
|
|
163
161
|
|
164
162
|
<li><a href="../../../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
165
163
|
|
164
|
+
<li><a href="../../../BigBench/PostProcessor/TestPretty.html">BigBench::PostProcessor::TestPretty</a>
|
165
|
+
|
166
166
|
<li><a href="../../../BigBench/Runner.html">BigBench::Runner</a>
|
167
167
|
|
168
168
|
<li><a href="../../../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
@@ -117,13 +117,9 @@
|
|
117
117
|
|
118
118
|
<li><a href="../../../BigBench/Configuration.html">BigBench::Configuration</a>
|
119
119
|
|
120
|
-
<li><a href="../../../BigBench/Configuration/Config.html">BigBench::Configuration::Config</a>
|
121
|
-
|
122
|
-
<li><a href="../../../BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a>
|
123
|
-
|
124
120
|
<li><a href="../../../BigBench/Executor.html">BigBench::Executor</a>
|
125
121
|
|
126
|
-
<li><a href="../../../BigBench/Executor/
|
122
|
+
<li><a href="../../../BigBench/Executor/Executable.html">BigBench::Executor::Executable</a>
|
127
123
|
|
128
124
|
<li><a href="../../../BigBench/Fragment.html">BigBench::Fragment</a>
|
129
125
|
|
@@ -133,6 +129,8 @@
|
|
133
129
|
|
134
130
|
<li><a href="../../../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
135
131
|
|
132
|
+
<li><a href="../../../BigBench/PostProcessor/Context.html">BigBench::PostProcessor::Context</a>
|
133
|
+
|
136
134
|
<li><a href="../../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
137
135
|
|
138
136
|
<li><a href="../../../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
@@ -163,6 +161,8 @@
|
|
163
161
|
|
164
162
|
<li><a href="../../../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
165
163
|
|
164
|
+
<li><a href="../../../BigBench/PostProcessor/TestPretty.html">BigBench::PostProcessor::TestPretty</a>
|
165
|
+
|
166
166
|
<li><a href="../../../BigBench/Runner.html">BigBench::Runner</a>
|
167
167
|
|
168
168
|
<li><a href="../../../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
@@ -111,13 +111,9 @@
|
|
111
111
|
|
112
112
|
<li><a href="../../BigBench/Configuration.html">BigBench::Configuration</a>
|
113
113
|
|
114
|
-
<li><a href="../../BigBench/Configuration/Config.html">BigBench::Configuration::Config</a>
|
115
|
-
|
116
|
-
<li><a href="../../BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a>
|
117
|
-
|
118
114
|
<li><a href="../../BigBench/Executor.html">BigBench::Executor</a>
|
119
115
|
|
120
|
-
<li><a href="../../BigBench/Executor/
|
116
|
+
<li><a href="../../BigBench/Executor/Executable.html">BigBench::Executor::Executable</a>
|
121
117
|
|
122
118
|
<li><a href="../../BigBench/Fragment.html">BigBench::Fragment</a>
|
123
119
|
|
@@ -127,6 +123,8 @@
|
|
127
123
|
|
128
124
|
<li><a href="../../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
129
125
|
|
126
|
+
<li><a href="../../BigBench/PostProcessor/Context.html">BigBench::PostProcessor::Context</a>
|
127
|
+
|
130
128
|
<li><a href="../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
131
129
|
|
132
130
|
<li><a href="../../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
@@ -157,6 +155,8 @@
|
|
157
155
|
|
158
156
|
<li><a href="../../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
159
157
|
|
158
|
+
<li><a href="../../BigBench/PostProcessor/TestPretty.html">BigBench::PostProcessor::TestPretty</a>
|
159
|
+
|
160
160
|
<li><a href="../../BigBench/Runner.html">BigBench::Runner</a>
|
161
161
|
|
162
162
|
<li><a href="../../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
@@ -226,7 +226,7 @@
|
|
226
226
|
|
227
227
|
|
228
228
|
<div class="method-source-code" id="message-source">
|
229
|
-
<pre><span class="ruby-comment"># File lib/bigbench/post_processor.rb, line
|
229
|
+
<pre><span class="ruby-comment"># File lib/bigbench/post_processor.rb, line 133</span>
|
230
230
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier">message</span>
|
231
231
|
<span class="ruby-string">"You have to either specify a valid post processor or a block"</span>
|
232
232
|
<span class="ruby-keyword">end</span></pre>
|
@@ -129,13 +129,9 @@
|
|
129
129
|
|
130
130
|
<li><a href="../../BigBench/Configuration.html">BigBench::Configuration</a>
|
131
131
|
|
132
|
-
<li><a href="../../BigBench/Configuration/Config.html">BigBench::Configuration::Config</a>
|
133
|
-
|
134
|
-
<li><a href="../../BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a>
|
135
|
-
|
136
132
|
<li><a href="../../BigBench/Executor.html">BigBench::Executor</a>
|
137
133
|
|
138
|
-
<li><a href="../../BigBench/Executor/
|
134
|
+
<li><a href="../../BigBench/Executor/Executable.html">BigBench::Executor::Executable</a>
|
139
135
|
|
140
136
|
<li><a href="../../BigBench/Fragment.html">BigBench::Fragment</a>
|
141
137
|
|
@@ -145,6 +141,8 @@
|
|
145
141
|
|
146
142
|
<li><a href="../../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
147
143
|
|
144
|
+
<li><a href="../../BigBench/PostProcessor/Context.html">BigBench::PostProcessor::Context</a>
|
145
|
+
|
148
146
|
<li><a href="../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
149
147
|
|
150
148
|
<li><a href="../../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
@@ -175,6 +173,8 @@
|
|
175
173
|
|
176
174
|
<li><a href="../../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
177
175
|
|
176
|
+
<li><a href="../../BigBench/PostProcessor/TestPretty.html">BigBench::PostProcessor::TestPretty</a>
|
177
|
+
|
178
178
|
<li><a href="../../BigBench/Runner.html">BigBench::Runner</a>
|
179
179
|
|
180
180
|
<li><a href="../../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
@@ -331,7 +331,7 @@ class</p>
|
|
331
331
|
<pre><span class="ruby-comment"># File lib/bigbench/post_processor.rb, line 76</span>
|
332
332
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier">run!</span>
|
333
333
|
<span class="ruby-ivar">@runs</span> <span class="ruby-operator">+=</span> <span class="ruby-value">1</span>
|
334
|
-
<span class="ruby-constant">
|
334
|
+
<span class="ruby-constant">Context</span>.<span class="ruby-identifier">module_exec</span>(<span class="ruby-ivar">@options</span>, &<span class="ruby-ivar">@proc</span>)
|
335
335
|
<span class="ruby-keyword">end</span></pre>
|
336
336
|
</div><!-- run-21-source -->
|
337
337
|
|
@@ -105,13 +105,9 @@
|
|
105
105
|
|
106
106
|
<li><a href="../../BigBench/Configuration.html">BigBench::Configuration</a>
|
107
107
|
|
108
|
-
<li><a href="../../BigBench/Configuration/Config.html">BigBench::Configuration::Config</a>
|
109
|
-
|
110
|
-
<li><a href="../../BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a>
|
111
|
-
|
112
108
|
<li><a href="../../BigBench/Executor.html">BigBench::Executor</a>
|
113
109
|
|
114
|
-
<li><a href="../../BigBench/Executor/
|
110
|
+
<li><a href="../../BigBench/Executor/Executable.html">BigBench::Executor::Executable</a>
|
115
111
|
|
116
112
|
<li><a href="../../BigBench/Fragment.html">BigBench::Fragment</a>
|
117
113
|
|
@@ -121,6 +117,8 @@
|
|
121
117
|
|
122
118
|
<li><a href="../../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
123
119
|
|
120
|
+
<li><a href="../../BigBench/PostProcessor/Context.html">BigBench::PostProcessor::Context</a>
|
121
|
+
|
124
122
|
<li><a href="../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
125
123
|
|
126
124
|
<li><a href="../../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
@@ -151,6 +149,8 @@
|
|
151
149
|
|
152
150
|
<li><a href="../../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
153
151
|
|
152
|
+
<li><a href="../../BigBench/PostProcessor/TestPretty.html">BigBench::PostProcessor::TestPretty</a>
|
153
|
+
|
154
154
|
<li><a href="../../BigBench/Runner.html">BigBench::Runner</a>
|
155
155
|
|
156
156
|
<li><a href="../../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
@@ -105,13 +105,9 @@
|
|
105
105
|
|
106
106
|
<li><a href="../../BigBench/Configuration.html">BigBench::Configuration</a>
|
107
107
|
|
108
|
-
<li><a href="../../BigBench/Configuration/Config.html">BigBench::Configuration::Config</a>
|
109
|
-
|
110
|
-
<li><a href="../../BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a>
|
111
|
-
|
112
108
|
<li><a href="../../BigBench/Executor.html">BigBench::Executor</a>
|
113
109
|
|
114
|
-
<li><a href="../../BigBench/Executor/
|
110
|
+
<li><a href="../../BigBench/Executor/Executable.html">BigBench::Executor::Executable</a>
|
115
111
|
|
116
112
|
<li><a href="../../BigBench/Fragment.html">BigBench::Fragment</a>
|
117
113
|
|
@@ -121,6 +117,8 @@
|
|
121
117
|
|
122
118
|
<li><a href="../../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
123
119
|
|
120
|
+
<li><a href="../../BigBench/PostProcessor/Context.html">BigBench::PostProcessor::Context</a>
|
121
|
+
|
124
122
|
<li><a href="../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
125
123
|
|
126
124
|
<li><a href="../../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
@@ -151,6 +149,8 @@
|
|
151
149
|
|
152
150
|
<li><a href="../../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
153
151
|
|
152
|
+
<li><a href="../../BigBench/PostProcessor/TestPretty.html">BigBench::PostProcessor::TestPretty</a>
|
153
|
+
|
154
154
|
<li><a href="../../BigBench/Runner.html">BigBench::Runner</a>
|
155
155
|
|
156
156
|
<li><a href="../../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
@@ -218,7 +218,7 @@
|
|
218
218
|
|
219
219
|
|
220
220
|
<div class="method-source-code" id="run-21-source">
|
221
|
-
<pre><span class="ruby-comment"># File spec/post_processor_spec.rb, line
|
221
|
+
<pre><span class="ruby-comment"># File spec/post_processor_spec.rb, line 23</span>
|
222
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>)
|
223
223
|
<span class="ruby-string">"Post Processor Module"</span>
|
224
224
|
<span class="ruby-keyword">end</span></pre>
|