Sha256: 79048474ca83596a178a879072e2e71aaf0566782e82efc01a120ec269e35d1c
Contents?: true
Size: 287 Bytes
Versions: 1
Compression:
Stored size: 287 Bytes
Contents
BigBench.configure = { :duration => 1.seconds, :output => "spec/temp/local.ljson", :threads => 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bigbench-0.0.1 | spec/tests/local.rb |