Method: WBench::Results#initialize

Defined in:
lib/wbench/results.rb

#initialize(url, loops) ⇒ Results



5
6
7
8
9
10
11
12
# File 'lib/wbench/results.rb', line 5

def initialize(url, loops)
  @url        = url
  @loops      = loops
  @time       = Time.now.asctime
  @browser    = {}
  @latency    = {}
  @app_server = []
end