Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge MRI performance methods into one file | Sergey Nartimov | 2012-01-30 | 1 | -48/+0 |
| | |||||
* | remove conditions for GC::Profiler in ruby19 | Vishnu Atrai | 2011-12-27 | 1 | -10/+4 |
| | |||||
* | GC::Profiler available in ruby19 | Vishnu Atrai | 2011-12-27 | 1 | -9/+6 |
| | |||||
* | Initial pass at removing dead 1.8.x code from Active Support. | José Valim | 2011-12-20 | 1 | -57/+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-spaces | Guillermo Iguaran | 2011-06-05 | 2 | -10/+8 |
| | |||||
* | contemplate unsupported metrics | Gonçalo Silva | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/rails/rails into performance_test | Gonçalo Silva | 2011-05-08 | 1 | -7/+0 |
| | | | | | Conflicts: activesupport/lib/active_support/testing/performance.rb | ||||
* | removed unused class declaration | Gonçalo Silva | 2011-04-03 | 1 | -2/+0 |
| | |||||
* | profiling enabled under JRuby. Added documentation for workaround described ↵ | Gonçalo Silva | 2011-04-03 | 1 | -2/+0 |
| | | | | in JRUBY-5650. | ||||
* | improved detection and feedback of supported/unsupported metrics | Gonçalo Silva | 2011-03-28 | 2 | -2/+2 |
| | |||||
* | fixed a couple of hidden bugs | Gonçalo Silva | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | we need test-unit on mri 1.9 | Gonçalo Silva | 2011-03-28 | 1 | -3/+7 |
| | |||||
* | fix a bug where the GC wasn't being triggered at the start of the MRI benchmarks | Gonçalo Silva | 2011-03-28 | 1 | -0/+1 |
| | |||||
* | fixed time and size units (should be seconds / bytes), fixed typo when ↵ | Gonçalo Silva | 2011-03-25 | 2 | -3/+3 |
| | | | | counting memory allocations under rubinius | ||||
* | divide the ruby interpreter into mri and yarv for improved modularity | Gonçalo Silva | 2011-03-25 | 2 | -0/+122 |
| | |||||
* | renamed "mri" to "ruby", for consistency with RUBY_ENGINE | Gonçalo Silva | 2011-03-25 | 2 | -0/+0 |