Sha256: 0ceb388b4df1aafe7af01b896bd70e23881be03e0d6fb96a25efc972aa9ee177

Contents?: true

Size: 228 Bytes

Versions: 1

Compression:

Stored size: 228 Bytes

Contents

BigBench.configure = {
  :duration => 1.minute,
  :output   => "spec/tests/with_post_processor.ljson",
  :users  => 1
}

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

post_process :statistics

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bigbench-0.0.4 spec/tests/with_post_processor.rb