aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/performance/rubinius.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing white-spacesGuillermo Iguaran2011-06-051-11/+11
* removed redundant metric support check (and print when it isn't)Gonçalo Silva2011-05-101-3/+3
* don't use internal profiler methods on Rubinius and JRuby since we're only me...Gonçalo Silva2011-04-031-4/+4
* profiling enabled under JRuby. Added documentation for workaround described i...Gonçalo Silva2011-04-031-3/+3
* check if there is support for the specified metric when profilingGonçalo Silva2011-03-301-5/+10
* fixed a bug where rubinius was creating the profiling files as directoriesGonçalo Silva2011-03-301-1/+1
* improved detection and feedback of supported/unsupported metricsGonçalo Silva2011-03-281-13/+1
* improved options handling in performance testsGonçalo Silva2011-03-281-9/+9
* benchmarking metrics are also implementation-specificGonçalo Silva2011-03-281-1/+3
* removed duplication in rubinius' benchmark codeGonçalo Silva2011-03-281-14/+10
* added basic structure for jrubyGonçalo Silva2011-03-261-6/+1
* added support for profiling under rubiniusGonçalo Silva2011-03-261-2/+56
* fixed time and size units (should be seconds / bytes), fixed typo when counti...Gonçalo Silva2011-03-251-7/+6
* 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-251-0/+61