Sha256: 68deb451d5a698cec897fe52787de48fd5bd2b2daa90506c12c898324cac847a

Contents?: true

Size: 303 Bytes

Versions: 2

Compression:

Stored size: 303 Bytes

Contents

BigBench.configure do |config|
  config.duration = 1.second
  config.output   = "tmp/local.ljson"
  config.users    = 1
end

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

benchmark "login and logout" => "http://localhost:3001" do
  post "/login"
  post "/logout"
end

Version data entries

2 entries across 2 versions & 1 rubygems

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