aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/performance/ruby.rb
Commit message (Collapse)AuthorAgeFilesLines
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-201-2/+0
| | | | | | There are a bunch of other implicit branches that adds 1.8.x specific code that still needs to be removed. Pull requests for those cases are welcome.
* Remove trailing white-spacesGuillermo Iguaran2011-06-051-3/+3
|
* ruby-prof's awesome call stack printer is now used by defaultGonçalo Silva2011-05-101-1/+1
|
* contemplate unsupported metricsGonçalo Silva2011-05-091-12/+0
|
* explicitly return from run() under minitest (metrics were printed with the ↵Gonçalo Silva2011-05-081-1/+1
| | | | previous solution)
* profiling enabled under JRuby. Added documentation for workaround described ↵Gonçalo Silva2011-04-031-6/+4
| | | | in JRUBY-5650.
* check if there is support for the specified metric when profilingGonçalo Silva2011-03-301-8/+0
|
* improved detection and feedback of supported/unsupported metricsGonçalo Silva2011-03-281-3/+1
|
* fixed a couple of hidden bugsGonçalo Silva2011-03-281-1/+1
|
* improved options handling in performance testsGonçalo Silva2011-03-281-11/+11
|
* benchmarking metrics are also implementation-specificGonçalo Silva2011-03-281-1/+3
|
* :min_percent only makes sense in a RubyProf contextGonçalo Silva2011-03-281-1/+2
|
* added support for profiling under rubiniusGonçalo Silva2011-03-261-0/+6
|
* fixed time and size units (should be seconds / bytes), fixed typo when ↵Gonçalo Silva2011-03-251-1/+1
| | | | counting memory allocations under rubinius
* added basic structure for RubiniusGonçalo Silva2011-03-251-3/+3
|
* divide the ruby interpreter into mri and yarv for improved modularityGonçalo Silva2011-03-251-70/+23
|
* renamed "mri" to "ruby", for consistency with RUBY_ENGINEGonçalo Silva2011-03-251-0/+214