spec/tests/local.rb in bigbench-0.0.1 vs spec/tests/local.rb in bigbench-0.0.2
- old
+ new
@@ -1,8 +1,8 @@
BigBench.configure = {
:duration => 1.seconds,
:output => "spec/temp/local.ljson",
- :threads => 1
+ :users => 1
}
benchmark "index page" => "http://localhost:3001" do
get "/"
get "/index"
\ No newline at end of file