Skip to content

Commit

Permalink
Default number of requests per ab run increased to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
truekai committed Oct 7, 2011
1 parent a26d582 commit 3294cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/abcrunch/config.rb
Expand Up @@ -13,7 +13,7 @@ class << self

@ab_options = {
:concurrency => 1,
:num_requests => 50
:num_requests => 100
}

@page_sets = {
Expand Down

0 comments on commit 3294cd0

Please sign in to comment.