Object
No documentation available for this class.
Included modules
- ActiveModel::Conversion
- FileUtils
- Java
- Rails::BacktraceFilterForTestUnit
- RequireProfiler
- W3CValidators
Constants
ALL = Mime::Type.new("*/*", :all, [])
APP_PATH = File.expand_path('../../config/application', __FILE__)
AbstractRequest = ActionController::Request = ActionDispatch::Request
AbstractResponse = ActionController::Response = ActionDispatch::Response
FRAMEWORKS = %w( activesupport activemodel activerecord activeresource actionpack actionmailer railties )
HashWithIndifferentAccess = ActiveSupport::HashWithIndifferentAccess
Integration = ActionDispatch::Integration
IntegrationTest = ActionDispatch::IntegrationTest
MissingSourceFile = LoadError
MyHash = Class.new(Hash)
N = (ENV['N'] || 1000).to_i
PerformanceTest = ActionDispatch::PerformanceTest
RUBY_ENGINE = 'ruby' unless defined?(RUBY_ENGINE)
Routing = ActionDispatch::Routing
TIMES = (ENV['N'] || 10_000).to_i
Files
- actionpack/examples/performance.rb
- actionpack/lib/action_controller/deprecated.rb
- actionpack/lib/action_controller/deprecated/integration_test.rb
- actionpack/lib/action_controller/deprecated/performance_test.rb
- actionpack/lib/action_dispatch/http/mime_types.rb
- activerecord/examples/performance.rb
- activeresource/examples/performance.rb
- activesupport/lib/active_support/core_ext/kernel/agnostics.rb
- activesupport/lib/active_support/core_ext/load_error.rb
- activesupport/lib/active_support/core_ext/object/acts_like.rb
- activesupport/lib/active_support/core_ext/object/blank.rb
- activesupport/lib/active_support/core_ext/object/duplicable.rb
- activesupport/lib/active_support/core_ext/object/inclusion.rb
- activesupport/lib/active_support/core_ext/object/instance_variables.rb
- activesupport/lib/active_support/core_ext/object/to_json.rb
- activesupport/lib/active_support/core_ext/object/to_param.rb
- activesupport/lib/active_support/core_ext/object/to_query.rb
- activesupport/lib/active_support/core_ext/object/try.rb
- activesupport/lib/active_support/core_ext/object/with_options.rb
- activesupport/lib/active_support/core_ext/string/output_safety.rb
- activesupport/lib/active_support/core_ext/uri.rb
- activesupport/lib/active_support/hash_with_indifferent_access.rb
- activesupport/lib/active_support/json/encoding.rb
- activesupport/lib/active_support/testing/performance.rb
- activesupport/lib/active_support/xml_mini/jdom.rb
- ci/travis.rb
- railties/guides/code/getting_started/script/rails
- railties/guides/rails_guides.rb
- railties/guides/w3c_validator.rb
- railties/lib/rails/commands/benchmarker.rb
- railties/lib/rails/commands/plugin.rb
- railties/lib/rails/commands/profiler.rb
- railties/lib/rails/generators/test_unit/performance/templates/performance_test.rb
- railties/lib/rails/test_help.rb
- tasks/release.rb
- tools/profile