mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fewer runs by default
This commit is contained in:
parent
68a207ccf6
commit
e0e124757a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class BaseController < ActionController::Base
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
n = (ENV['N'] || 10000).to_i
|
n = (ENV['N'] || 1000).to_i
|
||||||
input = StringIO.new('')
|
input = StringIO.new('')
|
||||||
|
|
||||||
def call_index(controller, input, n)
|
def call_index(controller, input, n)
|
||||||
|
|
Loading…
Reference in a new issue