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.
Files changed (77) hide show
  1. data/README.textile +29 -249
  2. data/bigbench.gemspec +1 -0
  3. data/bin/bigbench +1 -1
  4. data/dev/request_sequence.dot +235 -0
  5. data/dev/request_sequence.pdf +0 -0
  6. data/dev/sequence.rb +48 -0
  7. data/doc/Array.html +5 -5
  8. data/doc/BigBench.html +27 -60
  9. data/doc/BigBench/Benchmark.html +5 -5
  10. data/doc/BigBench/Benchmark/Benchmark.html +8 -8
  11. data/doc/BigBench/Benchmark/Looper.html +5 -5
  12. data/doc/BigBench/Bot.html +5 -5
  13. data/doc/BigBench/Configuration.html +29 -53
  14. data/doc/BigBench/Executor.html +14 -95
  15. data/doc/BigBench/Executor/Executable.html +551 -0
  16. data/doc/BigBench/Fragment.html +5 -5
  17. data/doc/BigBench/Fragment/Fragment.html +5 -5
  18. data/doc/BigBench/Output.html +7 -8
  19. data/doc/BigBench/PostProcessor.html +8 -8
  20. data/doc/BigBench/PostProcessor/Context.html +219 -0
  21. data/doc/BigBench/PostProcessor/Environment.html +5 -5
  22. data/doc/BigBench/PostProcessor/Environment/Appearings.html +5 -5
  23. data/doc/BigBench/PostProcessor/Environment/AttributeCluster.html +5 -5
  24. data/doc/BigBench/PostProcessor/Environment/BenchmarkNotFound.html +5 -5
  25. data/doc/BigBench/PostProcessor/Environment/Cluster.html +5 -5
  26. data/doc/BigBench/PostProcessor/Environment/NormalDistribution.html +5 -5
  27. data/doc/BigBench/PostProcessor/Environment/PolynomialRegression.html +5 -5
  28. data/doc/BigBench/PostProcessor/Environment/Statistics.html +5 -5
  29. data/doc/BigBench/PostProcessor/Graphs.html +5 -5
  30. data/doc/BigBench/PostProcessor/Graphs/LineGraph.html +5 -5
  31. data/doc/BigBench/PostProcessor/Graphs/PieGraph.html +5 -5
  32. data/doc/BigBench/PostProcessor/InvalidProcessor.html +6 -6
  33. data/doc/BigBench/PostProcessor/Processor.html +6 -6
  34. data/doc/BigBench/PostProcessor/Statistics.html +5 -5
  35. data/doc/BigBench/PostProcessor/Test.html +6 -6
  36. data/doc/BigBench/PostProcessor/TestPretty.html +249 -0
  37. data/doc/BigBench/Runner.html +5 -5
  38. data/doc/BigBench/Runner/NoBenchmarksDefined.html +5 -5
  39. data/doc/BigBench/Store.html +8 -8
  40. data/doc/BigBench/Tracker.html +5 -5
  41. data/doc/BigBench/Tracker/Tracker.html +5 -5
  42. data/doc/EventMachineLoop.html +5 -5
  43. data/doc/Float.html +5 -5
  44. data/doc/Gemfile.html +5 -5
  45. data/doc/Helpers.html +5 -5
  46. data/doc/Object.html +24 -5
  47. data/doc/README_rdoc.html +51 -281
  48. data/doc/Rakefile.html +5 -5
  49. data/doc/created.rid +46 -46
  50. data/doc/index.html +51 -281
  51. data/doc/js/search_index.js +1 -1
  52. data/doc/lib/bigbench/help/executor_txt.html +14 -29
  53. data/doc/table_of_contents.html +63 -68
  54. data/lib/bigbench.rb +2 -0
  55. data/lib/bigbench/benchmark.rb +3 -3
  56. data/lib/bigbench/configuration.rb +29 -68
  57. data/lib/bigbench/executor.rb +100 -130
  58. data/lib/bigbench/help/executor.txt +9 -22
  59. data/lib/bigbench/output.rb +2 -3
  60. data/lib/bigbench/post_processor.rb +16 -4
  61. data/lib/bigbench/runner.rb +0 -1
  62. data/lib/bigbench/store.rb +2 -2
  63. data/lib/bigbench/templates/test_plan.rb.erb +17 -0
  64. data/lib/bigbench/version.rb +1 -1
  65. data/spec/configure_spec.rb +7 -18
  66. data/spec/executor_spec.rb +25 -35
  67. data/spec/post_processor_spec.rb +31 -1
  68. data/spec/post_processors/environment_spec.rb +5 -3
  69. data/spec/post_processors/graphs_spec.rb +8 -3
  70. data/spec/post_processors/statistics_spec.rb +6 -1
  71. data/spec/runner_spec.rb +7 -6
  72. data/spec/store_spec.rb +4 -3
  73. data/spec/tests/local.rb +5 -5
  74. data/spec/tests/with_post_processor.rb +5 -5
  75. data/spec/tracker_spec.rb +12 -8
  76. metadata +48 -31
  77. 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/InvalidCommand.html">BigBench::Executor::InvalidCommand</a>
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/InvalidCommand.html">BigBench::Executor::InvalidCommand</a>
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/InvalidCommand.html">BigBench::Executor::InvalidCommand</a>
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/InvalidCommand.html">BigBench::Executor::InvalidCommand</a>
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/InvalidCommand.html">BigBench::Executor::InvalidCommand</a>
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/InvalidCommand.html">BigBench::Executor::InvalidCommand</a>
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/InvalidCommand.html">BigBench::Executor::InvalidCommand</a>
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/InvalidCommand.html">BigBench::Executor::InvalidCommand</a>
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/InvalidCommand.html">BigBench::Executor::InvalidCommand</a>
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/InvalidCommand.html">BigBench::Executor::InvalidCommand</a>
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 121</span>
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">&quot;You have to either specify a valid post processor or a block&quot;</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/InvalidCommand.html">BigBench::Executor::InvalidCommand</a>
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">PostProcessor</span><span class="ruby-operator">::</span><span class="ruby-constant">Environment</span>.<span class="ruby-identifier">module_exec</span>(<span class="ruby-ivar">@options</span>, &amp;<span class="ruby-ivar">@proc</span>)
334
+ <span class="ruby-constant">Context</span>.<span class="ruby-identifier">module_exec</span>(<span class="ruby-ivar">@options</span>, &amp;<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/InvalidCommand.html">BigBench::Executor::InvalidCommand</a>
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/InvalidCommand.html">BigBench::Executor::InvalidCommand</a>
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 19</span>
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">&quot;Post Processor Module&quot;</span>
224
224
  <span class="ruby-keyword">end</span></pre>