No documentation
This module has no description. You can help the Ruby on Rails community by adding new notes.
Constants
DEFAULTS = if ARGV.include?('--benchmark') # HAX for rake test
{ :runs => 4,
:output => 'tmp/performance',
:benchmark => true }
else
{ :runs => 1,
:output => 'tmp/performance',
:benchmark => false }
end
Attributes
Show files where this module is defined (6 files)
activesupport/lib/active_support/testing/performance.rb
activesupport/lib/active_support/testing/performance/ruby/mri.rb
activesupport/lib/active_support/testing/performance/ruby/yarv.rb
activesupport/lib/active_support/testing/performance/jruby.rb
activesupport/lib/active_support/testing/performance/rubinius.rb
activesupport/lib/active_support/testing/performance/ruby.rb