| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing white-spaces | Guillermo Iguaran | 2011-06-05 | 1 | -19/+19 |
* | removed redundant metric support check (and print when it isn't) | Gonçalo Silva | 2011-05-10 | 1 | -3/+3 |
* | remove forgotten puts | Gonçalo Silva | 2011-05-10 | 1 | -1/+0 |
* | benchmarker and profiler now use the new performance testing tools (support f... | Gonçalo Silva | 2011-05-10 | 1 | -4/+7 |
* | contemplate unsupported metrics | Gonçalo Silva | 2011-05-09 | 1 | -17/+17 |
* | explicitly return from run() under minitest (metrics were printed with the pr... | Gonçalo Silva | 2011-05-08 | 1 | -0/+2 |
* | Merge branch 'master' of https://github.com/rails/rails into performance_test | Gonçalo Silva | 2011-05-08 | 1 | -33/+76 |
|\ |
|
| * | minitest/ruby19 compatible performance test | Jan Xie | 2011-05-05 | 1 | -43/+88 |
* | | don't use internal profiler methods on Rubinius and JRuby since we're only me... | Gonçalo Silva | 2011-04-03 | 1 | -0/+6 |
* | | check if there is support for the specified metric when profiling | Gonçalo Silva | 2011-03-30 | 1 | -6/+12 |
* | | don't allow decimal places on the amount of objects and gc runs | Gonçalo Silva | 2011-03-29 | 1 | -1/+1 |
* | | improved detection and feedback of supported/unsupported metrics | Gonçalo Silva | 2011-03-28 | 1 | -33/+2 |
* | | fixed a couple of hidden bugs | Gonçalo Silva | 2011-03-28 | 1 | -1/+2 |
* | | improved options handling in performance tests | Gonçalo Silva | 2011-03-28 | 1 | -11/+14 |
* | | warn the user about unsupported benchmarking metrics he might have asked for | Gonçalo Silva | 2011-03-28 | 1 | -1/+2 |
* | | :min_percent only makes sense in a RubyProf context | Gonçalo Silva | 2011-03-28 | 1 | -1/+0 |
* | | added basic structure for jruby | Gonçalo Silva | 2011-03-26 | 1 | -2/+7 |
* | | added support for profiling under rubinius | Gonçalo Silva | 2011-03-26 | 1 | -5/+4 |
* | | rubinius returns "rbx" for RUBY_ENGINE, not "rubinius" | Gonçalo Silva | 2011-03-25 | 1 | -2/+2 |
* | | added basic structure for Rubinius | Gonçalo Silva | 2011-03-25 | 1 | -3/+4 |
* | | renamed "mri" to "ruby", for consistency with RUBY_ENGINE | Gonçalo Silva | 2011-03-25 | 1 | -2/+2 |
* | | check whether the user is using a supported ruby interpreter for benchmarking | Gonçalo Silva | 2011-03-25 | 1 | -1/+7 |
* | | using number_helper to pretty print some results | Gonçalo Silva | 2011-03-25 | 1 | -16/+13 |
* | | extracted more generic methods, added a note for methods that need to be over... | Gonçalo Silva | 2011-03-25 | 1 | -19/+80 |
* | | initial separation of RubyProf-specific code | Gonçalo Silva | 2011-03-25 | 1 | -218/+5 |
* | | ruby-prof only makes sense in an MRI context | Gonçalo Silva | 2011-03-25 | 1 | -5/+7 |
* | | move "check for ruby-prof" from AD/testing/performance_test to AS/testing/per... | Gonçalo Silva | 2011-03-24 | 1 | -308/+310 |
* | | check if RubyProf's WALL_TIME and PROCESS_TIME are available before using the... | Gonçalo Silva | 2011-03-24 | 1 | -2/+2 |
|/ |
|
* | GcTime incorrectly checks GC.respond_to?(:total_time), it should check GC::Pr... | Joel Nimety | 2011-02-15 | 1 | -1/+1 |
* | Exception handling more readable | Thiago Pradi | 2010-09-19 | 1 | -4/+4 |
* | added support for more printers | Gonçalo Silva | 2010-08-10 | 1 | -5/+9 |
* | performance tests now working accurately on 1.9, using Ruby with the GCdata p... | Gonçalo Silva | 2010-06-29 | 1 | -36/+18 |
* | enable_stats added back in since Benchmarker doesn't start RubyProf | Gonçalo Silva | 2010-06-17 | 1 | -1/+9 |
* | check if the profiler patch is applied, otherwise GC::Profiler doesn't have t... | Gonçalo Silva | 2010-06-17 | 1 | -1/+1 |
* | added information about what is being used | Gonçalo Silva | 2010-06-17 | 1 | -2/+6 |
* | heap_live_objects+heap_free_objects is broken, use heap_total_objects instead | Gonçalo Silva | 2010-06-17 | 1 | -2/+1 |
* | also use GC profiler extended patch to retrieve GC time on 1.9 | Gonçalo Silva | 2010-06-17 | 1 | -1/+12 |
* | ruby's GC doesn't support the time method, removed support for it | Gonçalo Silva | 2010-06-17 | 1 | -4/+0 |
* | use GC profiler extended patch to retrieve GC runs on 1.9 | Gonçalo Silva | 2010-06-17 | 1 | -1/+12 |
* | ruby's GC doesn't support collections and heap_info, RubyProf can handle it | Gonçalo Silva | 2010-06-17 | 1 | -8/+0 |
* | GC at 1.9.X doesn't have malloc_allocated_size, remove support for it | Gonçalo Silva | 2010-06-17 | 1 | -12/+0 |
* | removed support for 1.8's GC alternative hacks (railsbench and lloyd patches)... | Gonçalo Silva | 2010-06-17 | 1 | -25/+0 |
* | check if the data method is defined (meaning it's correctly patched) | Gonçalo Silva | 2010-06-17 | 1 | -4/+4 |
* | the official profiler (present in 1.9) should have the highest priority | Gonçalo Silva | 2010-06-17 | 1 | -31/+31 |
* | don't set cpu_frequency if RubyProf resolved it | Gonçalo Silva | 2010-06-17 | 1 | -2/+2 |
* | testing/performance.rb needs active_support/core_ext/string/inflections becau... | Xavier Noria | 2010-01-01 | 1 | -0/+1 |
* | Reorganize autoloads: | Carlhuda | 2009-12-02 | 1 | -337/+341 |
* | Move AS vendor support into bundler. | Joshua Peek | 2009-09-13 | 1 | -2/+0 |
* | Process time should be wall time when benchmarking | Pratik Naik | 2009-01-09 | 1 | -1/+1 |
* | Check first for git repository before using git branch | Pratik Naik | 2008-11-02 | 1 | -1/+1 |