aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/performance
Commit message (Collapse)AuthorAgeFilesLines
* we need test-unit on mri 1.9Gonçalo Silva2011-03-281-3/+7
|
* added profiling and benchmarking capabilities to jruby (profiling is ↵Gonçalo Silva2011-03-281-18/+53
| | | | crippled because of a jruby bug)
* benchmarking metrics are also implementation-specificGonçalo Silva2011-03-283-4/+20
|
* removed duplication in rubinius' benchmark codeGonçalo Silva2011-03-281-14/+10
|
* fix a bug where the GC wasn't being triggered at the start of the MRI benchmarksGonçalo Silva2011-03-281-0/+1
|
* :min_percent only makes sense in a RubyProf contextGonçalo Silva2011-03-281-1/+2
|
* added basic structure for jrubyGonçalo Silva2011-03-262-6/+71
|
* added support for profiling under rubiniusGonçalo Silva2011-03-262-2/+62
|
* fixed time and size units (should be seconds / bytes), fixed typo when ↵Gonçalo Silva2011-03-254-11/+10
| | | | counting memory allocations under rubinius
* added gc info (runs, time) to rubinius' benchmarksGonçalo Silva2011-03-251-2/+6
|
* added memory size and allocations to rubinius' benchmarks Gonçalo Silva2011-03-251-2/+10
|
* added time (wall, process, cpu) to rubinius' benchmarksGonçalo Silva2011-03-251-3/+11
|
* added missing requireGonçalo Silva2011-03-251-0/+2
|
* removed leftovers from the copy-paste from mriGonçalo Silva2011-03-251-9/+0
|
* added basic structure for RubiniusGonçalo Silva2011-03-252-3/+64
|
* divide the ruby interpreter into mri and yarv for improved modularityGonçalo Silva2011-03-253-70/+145
|
* renamed "mri" to "ruby", for consistency with RUBY_ENGINEGonçalo Silva2011-03-253-0/+0
|
* using number_helper to pretty print some results Gonçalo Silva2011-03-251-3/+3
|
* extracted more generic methods, added a note for methods that need to be ↵Gonçalo Silva2011-03-251-29/+7
| | | | overridden by each implementation
* initial separation of RubyProf-specific codeGonçalo Silva2011-03-251-0/+236