aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/testing/performance_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* some ruby interpreters don't have ruby-prof so just skip the testsAaron Patterson2012-10-181-3/+12
| | | | rather than exiting the process.
* Eliminate dependency on Rails::VERSION::STRINGAndrew White2012-06-051-2/+21
| | | | | | To facilitate the use of ActiveSupport::Testing::Performance outside of a Rails application conditionally check for the presence of Rails::VERSION::STRING before including it in the environment string.
* decoupling activesupport performance testing from actionview and adding testsAndrew Mutz2012-05-281-0/+40