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
data/doc/BigBench/Fragment.html
CHANGED
@@ -115,13 +115,9 @@
|
|
115
115
|
|
116
116
|
<li><a href="../BigBench/Configuration.html">BigBench::Configuration</a>
|
117
117
|
|
118
|
-
<li><a href="../BigBench/Configuration/Config.html">BigBench::Configuration::Config</a>
|
119
|
-
|
120
|
-
<li><a href="../BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a>
|
121
|
-
|
122
118
|
<li><a href="../BigBench/Executor.html">BigBench::Executor</a>
|
123
119
|
|
124
|
-
<li><a href="../BigBench/Executor/
|
120
|
+
<li><a href="../BigBench/Executor/Executable.html">BigBench::Executor::Executable</a>
|
125
121
|
|
126
122
|
<li><a href="../BigBench/Fragment.html">BigBench::Fragment</a>
|
127
123
|
|
@@ -131,6 +127,8 @@
|
|
131
127
|
|
132
128
|
<li><a href="../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
133
129
|
|
130
|
+
<li><a href="../BigBench/PostProcessor/Context.html">BigBench::PostProcessor::Context</a>
|
131
|
+
|
134
132
|
<li><a href="../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
135
133
|
|
136
134
|
<li><a href="../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
@@ -161,6 +159,8 @@
|
|
161
159
|
|
162
160
|
<li><a href="../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
163
161
|
|
162
|
+
<li><a href="../BigBench/PostProcessor/TestPretty.html">BigBench::PostProcessor::TestPretty</a>
|
163
|
+
|
164
164
|
<li><a href="../BigBench/Runner.html">BigBench::Runner</a>
|
165
165
|
|
166
166
|
<li><a href="../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
@@ -115,13 +115,9 @@
|
|
115
115
|
|
116
116
|
<li><a href="../../BigBench/Configuration.html">BigBench::Configuration</a>
|
117
117
|
|
118
|
-
<li><a href="../../BigBench/Configuration/Config.html">BigBench::Configuration::Config</a>
|
119
|
-
|
120
|
-
<li><a href="../../BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a>
|
121
|
-
|
122
118
|
<li><a href="../../BigBench/Executor.html">BigBench::Executor</a>
|
123
119
|
|
124
|
-
<li><a href="../../BigBench/Executor/
|
120
|
+
<li><a href="../../BigBench/Executor/Executable.html">BigBench::Executor::Executable</a>
|
125
121
|
|
126
122
|
<li><a href="../../BigBench/Fragment.html">BigBench::Fragment</a>
|
127
123
|
|
@@ -131,6 +127,8 @@
|
|
131
127
|
|
132
128
|
<li><a href="../../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
133
129
|
|
130
|
+
<li><a href="../../BigBench/PostProcessor/Context.html">BigBench::PostProcessor::Context</a>
|
131
|
+
|
134
132
|
<li><a href="../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
135
133
|
|
136
134
|
<li><a href="../../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
@@ -161,6 +159,8 @@
|
|
161
159
|
|
162
160
|
<li><a href="../../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
163
161
|
|
162
|
+
<li><a href="../../BigBench/PostProcessor/TestPretty.html">BigBench::PostProcessor::TestPretty</a>
|
163
|
+
|
164
164
|
<li><a href="../../BigBench/Runner.html">BigBench::Runner</a>
|
165
165
|
|
166
166
|
<li><a href="../../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
data/doc/BigBench/Output.html
CHANGED
@@ -133,13 +133,9 @@
|
|
133
133
|
|
134
134
|
<li><a href="../BigBench/Configuration.html">BigBench::Configuration</a>
|
135
135
|
|
136
|
-
<li><a href="../BigBench/Configuration/Config.html">BigBench::Configuration::Config</a>
|
137
|
-
|
138
|
-
<li><a href="../BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a>
|
139
|
-
|
140
136
|
<li><a href="../BigBench/Executor.html">BigBench::Executor</a>
|
141
137
|
|
142
|
-
<li><a href="../BigBench/Executor/
|
138
|
+
<li><a href="../BigBench/Executor/Executable.html">BigBench::Executor::Executable</a>
|
143
139
|
|
144
140
|
<li><a href="../BigBench/Fragment.html">BigBench::Fragment</a>
|
145
141
|
|
@@ -149,6 +145,8 @@
|
|
149
145
|
|
150
146
|
<li><a href="../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
151
147
|
|
148
|
+
<li><a href="../BigBench/PostProcessor/Context.html">BigBench::PostProcessor::Context</a>
|
149
|
+
|
152
150
|
<li><a href="../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
153
151
|
|
154
152
|
<li><a href="../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
@@ -179,6 +177,8 @@
|
|
179
177
|
|
180
178
|
<li><a href="../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
181
179
|
|
180
|
+
<li><a href="../BigBench/PostProcessor/TestPretty.html">BigBench::PostProcessor::TestPretty</a>
|
181
|
+
|
182
182
|
<li><a href="../BigBench/Runner.html">BigBench::Runner</a>
|
183
183
|
|
184
184
|
<li><a href="../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
@@ -252,7 +252,7 @@ with this information.</p>
|
|
252
252
|
<div class="method-source-code" id="bot_is_checking-source">
|
253
253
|
<pre><span class="ruby-comment"># File lib/bigbench/output.rb, line 104</span>
|
254
254
|
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">bot_is_checking</span>
|
255
|
-
<span class="ruby-identifier">puts</span> <span class="ruby-node">"
|
255
|
+
<span class="ruby-identifier">puts</span> <span class="ruby-node">"#{Time.now}: Checking for new test plan"</span>
|
256
256
|
<span class="ruby-identifier">$stdout</span>.<span class="ruby-identifier">flush</span>
|
257
257
|
<span class="ruby-keyword">end</span></pre>
|
258
258
|
</div><!-- bot_is_checking-source -->
|
@@ -283,8 +283,7 @@ with this information.</p>
|
|
283
283
|
<div class="method-source-code" id="bot_received_test_instructions-source">
|
284
284
|
<pre><span class="ruby-comment"># File lib/bigbench/output.rb, line 109</span>
|
285
285
|
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">bot_received_test_instructions</span>
|
286
|
-
<span class="ruby-identifier">puts</span> <span class="ruby-
|
287
|
-
<span class="ruby-identifier">puts</span> <span class="ruby-string">"Received test instructions\n"</span>
|
286
|
+
<span class="ruby-identifier">puts</span> <span class="ruby-node">"#{Time.now}: Received new test plan"</span>
|
288
287
|
<span class="ruby-identifier">$stdout</span>.<span class="ruby-identifier">flush</span>
|
289
288
|
<span class="ruby-keyword">end</span></pre>
|
290
289
|
</div><!-- bot_received_test_instructions-source -->
|
@@ -114,13 +114,9 @@
|
|
114
114
|
|
115
115
|
<li><a href="../BigBench/Configuration.html">BigBench::Configuration</a>
|
116
116
|
|
117
|
-
<li><a href="../BigBench/Configuration/Config.html">BigBench::Configuration::Config</a>
|
118
|
-
|
119
|
-
<li><a href="../BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a>
|
120
|
-
|
121
117
|
<li><a href="../BigBench/Executor.html">BigBench::Executor</a>
|
122
118
|
|
123
|
-
<li><a href="../BigBench/Executor/
|
119
|
+
<li><a href="../BigBench/Executor/Executable.html">BigBench::Executor::Executable</a>
|
124
120
|
|
125
121
|
<li><a href="../BigBench/Fragment.html">BigBench::Fragment</a>
|
126
122
|
|
@@ -130,6 +126,8 @@
|
|
130
126
|
|
131
127
|
<li><a href="../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
132
128
|
|
129
|
+
<li><a href="../BigBench/PostProcessor/Context.html">BigBench::PostProcessor::Context</a>
|
130
|
+
|
133
131
|
<li><a href="../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
134
132
|
|
135
133
|
<li><a href="../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
@@ -160,6 +158,8 @@
|
|
160
158
|
|
161
159
|
<li><a href="../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
162
160
|
|
161
|
+
<li><a href="../BigBench/PostProcessor/TestPretty.html">BigBench::PostProcessor::TestPretty</a>
|
162
|
+
|
163
163
|
<li><a href="../BigBench/Runner.html">BigBench::Runner</a>
|
164
164
|
|
165
165
|
<li><a href="../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
@@ -285,7 +285,7 @@ returns a hash with a single tracking of the following form:</p>
|
|
285
285
|
|
286
286
|
|
287
287
|
<div class="method-source-code" id="add-source">
|
288
|
-
<pre><span class="ruby-comment"># File lib/bigbench/post_processor.rb, line
|
288
|
+
<pre><span class="ruby-comment"># File lib/bigbench/post_processor.rb, line 108</span>
|
289
289
|
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">add</span>(<span class="ruby-identifier">processor</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">options</span> = <span class="ruby-keyword">nil</span>, &<span class="ruby-identifier">block</span>)
|
290
290
|
<span class="ruby-ivar">@processors</span> <span class="ruby-operator"><<</span> <span class="ruby-constant">Processor</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">processor</span>, <span class="ruby-identifier">options</span>, &<span class="ruby-identifier">block</span>)
|
291
291
|
<span class="ruby-keyword">end</span></pre>
|
@@ -315,7 +315,7 @@ returns a hash with a single tracking of the following form:</p>
|
|
315
315
|
|
316
316
|
|
317
317
|
<div class="method-source-code" id="all-source">
|
318
|
-
<pre><span class="ruby-comment"># File lib/bigbench/post_processor.rb, line
|
318
|
+
<pre><span class="ruby-comment"># File lib/bigbench/post_processor.rb, line 113</span>
|
319
319
|
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">all</span>
|
320
320
|
<span class="ruby-ivar">@processors</span>
|
321
321
|
<span class="ruby-keyword">end</span></pre>
|
@@ -345,7 +345,7 @@ returns a hash with a single tracking of the following form:</p>
|
|
345
345
|
|
346
346
|
|
347
347
|
<div class="method-source-code" id="reset-21-source">
|
348
|
-
<pre><span class="ruby-comment"># File lib/bigbench/post_processor.rb, line
|
348
|
+
<pre><span class="ruby-comment"># File lib/bigbench/post_processor.rb, line 118</span>
|
349
349
|
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">reset!</span>
|
350
350
|
<span class="ruby-ivar">@processors</span> = []
|
351
351
|
<span class="ruby-constant">Environment</span>.<span class="ruby-identifier">reset!</span>
|
@@ -0,0 +1,219 @@
|
|
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::Context - 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>lib/bigbench/post_processor.rb
|
51
|
+
</ul>
|
52
|
+
</nav>
|
53
|
+
|
54
|
+
|
55
|
+
</div>
|
56
|
+
|
57
|
+
<div id="class-metadata">
|
58
|
+
|
59
|
+
|
60
|
+
<!-- Included Modules -->
|
61
|
+
<nav id="includes-section" class="section">
|
62
|
+
<h3 class="section-header">Included Modules</h3>
|
63
|
+
|
64
|
+
<ul class="link-list">
|
65
|
+
|
66
|
+
|
67
|
+
<li><a class="include" href="Environment.html">BigBench::PostProcessor::Environment</a>
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
<li><span class="include">ActionView::Helpers</span>
|
72
|
+
|
73
|
+
|
74
|
+
</ul>
|
75
|
+
</nav>
|
76
|
+
|
77
|
+
|
78
|
+
</div>
|
79
|
+
|
80
|
+
<div id="project-metadata">
|
81
|
+
<nav id="fileindex-section" class="section project-section">
|
82
|
+
<h3 class="section-header">Pages</h3>
|
83
|
+
|
84
|
+
<ul>
|
85
|
+
|
86
|
+
<li class="file"><a href="../../Gemfile.html">Gemfile</a>
|
87
|
+
|
88
|
+
<li class="file"><a href="../../README_rdoc.html">README</a>
|
89
|
+
|
90
|
+
<li class="file"><a href="../../Rakefile.html">Rakefile</a>
|
91
|
+
|
92
|
+
<li class="file"><a href="../../lib/bigbench/help/executor_txt.html">executor</a>
|
93
|
+
|
94
|
+
</ul>
|
95
|
+
</nav>
|
96
|
+
|
97
|
+
<nav id="classindex-section" class="section project-section">
|
98
|
+
<h3 class="section-header">Class and Module Index</h3>
|
99
|
+
|
100
|
+
<ul class="link-list">
|
101
|
+
|
102
|
+
<li><a href="../../BigBench.html">BigBench</a>
|
103
|
+
|
104
|
+
<li><a href="../../BigBench/Benchmark.html">BigBench::Benchmark</a>
|
105
|
+
|
106
|
+
<li><a href="../../BigBench/Benchmark/Benchmark.html">BigBench::Benchmark::Benchmark</a>
|
107
|
+
|
108
|
+
<li><a href="../../BigBench/Benchmark/Looper.html">BigBench::Benchmark::Looper</a>
|
109
|
+
|
110
|
+
<li><a href="../../BigBench/Bot.html">BigBench::Bot</a>
|
111
|
+
|
112
|
+
<li><a href="../../BigBench/Configuration.html">BigBench::Configuration</a>
|
113
|
+
|
114
|
+
<li><a href="../../BigBench/Executor.html">BigBench::Executor</a>
|
115
|
+
|
116
|
+
<li><a href="../../BigBench/Executor/Executable.html">BigBench::Executor::Executable</a>
|
117
|
+
|
118
|
+
<li><a href="../../BigBench/Fragment.html">BigBench::Fragment</a>
|
119
|
+
|
120
|
+
<li><a href="../../BigBench/Fragment/Fragment.html">BigBench::Fragment::Fragment</a>
|
121
|
+
|
122
|
+
<li><a href="../../BigBench/Output.html">BigBench::Output</a>
|
123
|
+
|
124
|
+
<li><a href="../../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
|
125
|
+
|
126
|
+
<li><a href="../../BigBench/PostProcessor/Context.html">BigBench::PostProcessor::Context</a>
|
127
|
+
|
128
|
+
<li><a href="../../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
|
129
|
+
|
130
|
+
<li><a href="../../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
|
131
|
+
|
132
|
+
<li><a href="../../BigBench/PostProcessor/Environment/AttributeCluster.html">BigBench::PostProcessor::Environment::AttributeCluster</a>
|
133
|
+
|
134
|
+
<li><a href="../../BigBench/PostProcessor/Environment/BenchmarkNotFound.html">BigBench::PostProcessor::Environment::BenchmarkNotFound</a>
|
135
|
+
|
136
|
+
<li><a href="../../BigBench/PostProcessor/Environment/Cluster.html">BigBench::PostProcessor::Environment::Cluster</a>
|
137
|
+
|
138
|
+
<li><a href="../../BigBench/PostProcessor/Environment/NormalDistribution.html">BigBench::PostProcessor::Environment::NormalDistribution</a>
|
139
|
+
|
140
|
+
<li><a href="../../BigBench/PostProcessor/Environment/PolynomialRegression.html">BigBench::PostProcessor::Environment::PolynomialRegression</a>
|
141
|
+
|
142
|
+
<li><a href="../../BigBench/PostProcessor/Environment/Statistics.html">BigBench::PostProcessor::Environment::Statistics</a>
|
143
|
+
|
144
|
+
<li><a href="../../BigBench/PostProcessor/Graphs.html">BigBench::PostProcessor::Graphs</a>
|
145
|
+
|
146
|
+
<li><a href="../../BigBench/PostProcessor/Graphs/LineGraph.html">BigBench::PostProcessor::Graphs::LineGraph</a>
|
147
|
+
|
148
|
+
<li><a href="../../BigBench/PostProcessor/Graphs/PieGraph.html">BigBench::PostProcessor::Graphs::PieGraph</a>
|
149
|
+
|
150
|
+
<li><a href="../../BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
|
151
|
+
|
152
|
+
<li><a href="../../BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
|
153
|
+
|
154
|
+
<li><a href="../../BigBench/PostProcessor/Statistics.html">BigBench::PostProcessor::Statistics</a>
|
155
|
+
|
156
|
+
<li><a href="../../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a>
|
157
|
+
|
158
|
+
<li><a href="../../BigBench/PostProcessor/TestPretty.html">BigBench::PostProcessor::TestPretty</a>
|
159
|
+
|
160
|
+
<li><a href="../../BigBench/Runner.html">BigBench::Runner</a>
|
161
|
+
|
162
|
+
<li><a href="../../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a>
|
163
|
+
|
164
|
+
<li><a href="../../BigBench/Store.html">BigBench::Store</a>
|
165
|
+
|
166
|
+
<li><a href="../../BigBench/Tracker.html">BigBench::Tracker</a>
|
167
|
+
|
168
|
+
<li><a href="../../BigBench/Tracker/Tracker.html">BigBench::Tracker::Tracker</a>
|
169
|
+
|
170
|
+
<li><a href="../../Array.html">Array</a>
|
171
|
+
|
172
|
+
<li><a href="../../EventMachineLoop.html">EventMachineLoop</a>
|
173
|
+
|
174
|
+
<li><a href="../../Float.html">Float</a>
|
175
|
+
|
176
|
+
<li><a href="../../Helpers.html">Helpers</a>
|
177
|
+
|
178
|
+
<li><a href="../../Object.html">Object</a>
|
179
|
+
|
180
|
+
</ul>
|
181
|
+
</nav>
|
182
|
+
|
183
|
+
</div>
|
184
|
+
</nav>
|
185
|
+
|
186
|
+
<div id="documentation">
|
187
|
+
<h1 class="module">module BigBench::PostProcessor::Context</h1>
|
188
|
+
|
189
|
+
<div id="description" class="description">
|
190
|
+
|
191
|
+
<p>The context in which post processor procs are evaluated</p>
|
192
|
+
|
193
|
+
</div><!-- description -->
|
194
|
+
|
195
|
+
|
196
|
+
|
197
|
+
|
198
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
199
|
+
|
200
|
+
|
201
|
+
|
202
|
+
|
203
|
+
|
204
|
+
|
205
|
+
|
206
|
+
|
207
|
+
<!-- Methods -->
|
208
|
+
|
209
|
+
</section><!-- 5Buntitled-5D -->
|
210
|
+
|
211
|
+
</div><!-- documentation -->
|
212
|
+
|
213
|
+
|
214
|
+
<footer id="validator-badges">
|
215
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
216
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
217
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
218
|
+
</footer>
|
219
|
+
|
@@ -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>
|
@@ -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>
|