Module: WBench

Defined in:
lib/wbench.rb,
lib/wbench/stats.rb,
lib/wbench/browser.rb,
lib/wbench/cookies.rb,
lib/wbench/results.rb,
lib/wbench/version.rb,
lib/wbench/benchmark.rb,
lib/wbench/titleizer.rb,
lib/wbench/timing_hash.rb,
lib/wbench/row_formatter.rb,
lib/wbench/colored_string.rb,
lib/wbench/selenium_driver.rb,
lib/wbench/timings/browser.rb,
lib/wbench/timings/latency.rb,
lib/wbench/results_formatter.rb,
lib/wbench/timings/app_server.rb

Defined Under Namespace

Modules: Timings Classes: Benchmark, Browser, ColoredString, Cookies, Results, ResultsFormatter, RowFormatter, SeleniumDriver, Stats, TimingHash, Titleizer

Constant Summary collapse

CAPYBARA_DRIVER =
:wbench_browser
CAPYBARA_TIMEOUT =
60
DEFAULT_LOOPS =
10
DEFAULT_BROWSER =
:chrome
VERSION =
'1.1.0'

Class Attribute Summary collapse

Class Attribute Details

.color_outputObject

Returns the value of attribute color_output.



34
35
36
# File 'lib/wbench.rb', line 34

def color_output
  @color_output
end