module
ActiveSupport::Testing::Performance
v3.1.0 -
Show latest stable
No documentation available for this module.
Included modules
- ActiveSupport::Testing::Performance::ForClassicTestUnit
- ActiveSupport::Testing::Performance::ForMiniTest
Constants
DEFAULTS = if ARGV.include?('--benchmark') # HAX for rake test\n{ :runs => 4,\n:output => 'tmp/performance',\n:benchmark => true }\nelse\n{ :runs => 1,\n:output => 'tmp/performance',\n:benchmark => false }\nend
Files
- activesupport/lib/active_support/testing/performance.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
- activesupport/lib/active_support/testing/performance/ruby/mri.rb
- activesupport/lib/active_support/testing/performance/ruby/yarv.rb