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