doc/BigBench/Executor.html in bigbench-0.0.3 vs doc/BigBench/Executor.html in bigbench-0.0.4
- old
+ new
@@ -77,10 +77,12 @@
<ul>
<li class="file"><a href="../Gemfile.html">Gemfile</a>
+ <li class="file"><a href="../README_rdoc.html">README</a>
+
<li class="file"><a href="../Rakefile.html">Rakefile</a>
<li class="file"><a href="../lib/bigbench/help/executor_txt.html">executor</a>
</ul>
@@ -119,10 +121,30 @@
<li><a href="../BigBench/PostProcessor.html">BigBench::PostProcessor</a>
<li><a href="../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
+ <li><a href="../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
+
+ <li><a href="../BigBench/PostProcessor/Environment/AttributeCluster.html">BigBench::PostProcessor::Environment::AttributeCluster</a>
+
+ <li><a href="../BigBench/PostProcessor/Environment/BenchmarkNotFound.html">BigBench::PostProcessor::Environment::BenchmarkNotFound</a>
+
+ <li><a href="../BigBench/PostProcessor/Environment/Cluster.html">BigBench::PostProcessor::Environment::Cluster</a>
+
+ <li><a href="../BigBench/PostProcessor/Environment/NormalDistribution.html">BigBench::PostProcessor::Environment::NormalDistribution</a>
+
+ <li><a href="../BigBench/PostProcessor/Environment/PolynomialRegression.html">BigBench::PostProcessor::Environment::PolynomialRegression</a>
+
+ <li><a href="../BigBench/PostProcessor/Environment/Statistics.html">BigBench::PostProcessor::Environment::Statistics</a>
+
+ <li><a href="../BigBench/PostProcessor/Graphs.html">BigBench::PostProcessor::Graphs</a>
+
+ <li><a href="../BigBench/PostProcessor/Graphs/LineGraph.html">BigBench::PostProcessor::Graphs::LineGraph</a>
+
+ <li><a href="../BigBench/PostProcessor/Graphs/PieGraph.html">BigBench::PostProcessor::Graphs::PieGraph</a>
+
<li><a href="../BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
<li><a href="../BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
<li><a href="../BigBench/PostProcessor/Statistics.html">BigBench::PostProcessor::Statistics</a>
@@ -137,10 +159,12 @@
<li><a href="../BigBench/Tracker.html">BigBench::Tracker</a>
<li><a href="../BigBench/Tracker/Tracker.html">BigBench::Tracker::Tracker</a>
+ <li><a href="../Array.html">Array</a>
+
<li><a href="../EventMachineLoop.html">EventMachineLoop</a>
<li><a href="../Float.html">Float</a>
<li><a href="../Helpers.html">Helpers</a>
@@ -171,17 +195,23 @@
bigbench start bot [REDIS_URL_WITH_PORT REDIS_PASSWORD] # Starts a bot on a remote machine
# Reseting
bigbench reset all # Resets everything
+# Post Processors
+bigbench run postprocessors PATH_TO_TEST # Runs all post processors of the test without running the test itself
+bigbench run postprocessor PATH_TO_TEST POSTPROCESSOR # Runs the specified post processor on the output file
+
# Help
bigbench --help || show help # Displays this help</pre>
<p>Options:</p>
-<pre>REDIS_URL_WITH_PORT # Defaults to http://localhost:6379
-REDIS_PASSWORD # Defaults to no password</pre>
+<pre class="ruby"><span class="ruby-constant">REDIS_URL_WITH_PORT</span> <span class="ruby-comment"># Defaults to http://localhost:6379</span>
+<span class="ruby-constant">REDIS_PASSWORD</span> <span class="ruby-comment"># Defaults to no password</span>
+<span class="ruby-constant">POSTPROCESSOR</span> <span class="ruby-comment"># A post processor module or its short name e.g. 'statistics'</span>
+</pre>
</div><!-- description -->
@@ -230,10 +260,10 @@
<code>InvalidCommand</code> exception if the command is unknown.</p>
<div class="method-source-code" id="run-21-source">
- <pre><span class="ruby-comment"># File lib/bigbench/executor.rb, line 30</span>
+ <pre><span class="ruby-comment"># File lib/bigbench/executor.rb, line 32</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">run!</span>(<span class="ruby-identifier">argv</span>)
<span class="ruby-constant">BigBench</span><span class="ruby-operator">::</span><span class="ruby-constant">Output</span>.<span class="ruby-identifier">start</span>
<span class="ruby-identifier">check_arguments!</span>(<span class="ruby-identifier">argv</span>)
<span class="ruby-identifier">send</span> <span class="ruby-identifier">to_executor_method</span>(<span class="ruby-identifier">argv</span>), <span class="ruby-identifier">argv</span>