Sha256: e5a79a57eaf8fa78fd2a69c0678f44614e1e0a6cf6b50e1fe2cc989af2451c37
Contents?: true
Size: 285 Bytes
Versions: 2
Compression:
Stored size: 285 Bytes
Contents
BigBench.configure = { :duration => 1.seconds, :output => "spec/temp/local.ljson", :users => 1 } 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.3 | spec/tests/local.rb |
bigbench-0.0.2 | spec/tests/local.rb |