module

ActiveSupport::Testing::Performance

rails latest stable

Module deprecated or moved

This module is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

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