Sha256: 3485a4820ed5e6ff46be8bc2fa94c6913c65e9e8bdc4f3ac1c6c2cb23c1c7828

Contents?: true

Size: 248 Bytes

Versions: 2

Compression:

Stored size: 248 Bytes

Contents

BigBench.configure do |config|
  config.duration = 1.minute
  config.output   = "tests/with_post_processor.ljson"
  config.users    = 1
end

benchmark "index page" => "http://localhost:3001" do
  get "/"
  get "/index"
end

post_process :statistics

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bigbench-0.0.6 spec/tests/with_post_processor.rb
bigbench-0.0.5 spec/tests/with_post_processor.rb