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