Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | added memory size and allocations to rubinius' benchmarks | Gonçalo Silva | 2011-03-25 | 1 | -2/+10 | |
| | | ||||||
* | | added time (wall, process, cpu) to rubinius' benchmarks | Gonçalo Silva | 2011-03-25 | 1 | -3/+11 | |
| | | ||||||
* | | added missing require | Gonçalo Silva | 2011-03-25 | 1 | -0/+2 | |
| | | ||||||
* | | removed leftovers from the copy-paste from mri | Gonçalo Silva | 2011-03-25 | 1 | -9/+0 | |
| | | ||||||
* | | 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 | 3 | -6/+68 | |
| | | ||||||
* | | divide the ruby interpreter into mri and yarv for improved modularity | Gonçalo Silva | 2011-03-25 | 3 | -70/+145 | |
| | | ||||||
* | | renamed "mri" to "ruby", for consistency with RUBY_ENGINE | Gonçalo Silva | 2011-03-25 | 4 | -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 | 2 | -19/+16 | |
| | | ||||||
* | | extracted more generic methods, added a note for methods that need to be ↵ | Gonçalo Silva | 2011-03-25 | 2 | -48/+87 | |
| | | | | | | | | overridden by each implementation | |||||
* | | initial separation of RubyProf-specific code | Gonçalo Silva | 2011-03-25 | 2 | -218/+241 | |
| | | ||||||
* | | 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 ↵ | Gonçalo Silva | 2011-03-24 | 1 | -308/+310 | |
| | | | | | | | | AS/testing/performance, where it is actually required | |||||
* | | check if RubyProf's WALL_TIME and PROCESS_TIME are available before using ↵ | Gonçalo Silva | 2011-03-24 | 1 | -2/+2 | |
|/ | | | | them (similarly to other constants) | |||||
* | more "SSL everywhere" for GitHub URLs | Akira Matsuda | 2011-03-07 | 1 | -2/+2 | |
| | | | | see: https://github.com/blog/738-sidejack-prevention-phase-2-ssl-everywhere | |||||
* | GcTime incorrectly checks GC.respond_to?(:total_time), it should check ↵ | Joel Nimety | 2011-02-15 | 1 | -1/+1 | |
| | | | | | | | | GC::Profiler.respond_to?(:total_time) [#6435 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | |||||
* | Use run_callbacks; the generated _run_<name>_callbacks method is not a ↵ | John Firebaugh | 2011-01-31 | 1 | -4/+4 | |
| | | | | | | public interface. Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | |||||
* | removing AS::Testing::Default in favor of just undefing default_test | Aaron Patterson | 2010-10-01 | 1 | -9/+0 | |
| | ||||||
* | Exception handling more readable | Thiago Pradi | 2010-09-19 | 1 | -4/+4 | |
| | | | | | | [#5601 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | |||||
* | Config is deprecated on 1.8.8 and 1.9.3 use RbConfig | Santiago Pastorino | 2010-08-23 | 1 | -1/+1 | |
| | ||||||
* | code gardening: we have assert_(nil|blank|present), more concise, with ↵ | Xavier Noria | 2010-08-17 | 1 | -4/+6 | |
| | | | | better default failure messages - let's use them | |||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 3 | -9/+9 | |
| | | | | 's/[ \t]*$//' -i {} \;) | |||||
* | added support for more printers | Gonçalo Silva | 2010-08-10 | 1 | -5/+9 | |
| | ||||||
* | Removes unused vars | Santiago Pastorino | 2010-07-24 | 1 | -1/+1 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | performance tests now working accurately on 1.9, using Ruby with the GCdata ↵ | Gonçalo Silva | 2010-06-29 | 1 | -36/+18 | |
| | | | | patch | |||||
* | AS::Isolation functional on Windows/JRuby. | Nick Sieger | 2010-06-24 | 1 | -8/+11 | |
| | | | | | | Doesn't make up for the fact that it's slooooooooow, though. Signed-off-by: wycats <wycats@gmail.com> | |||||
* | enable_stats added back in since Benchmarker doesn't start RubyProf | Gonçalo Silva | 2010-06-17 | 1 | -1/+9 | |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | check if the profiler patch is applied, otherwise GC::Profiler doesn't have ↵ | Gonçalo Silva | 2010-06-17 | 1 | -1/+1 | |
| | | | | the 'data' method | |||||
* | 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 ↵ | Gonçalo Silva | 2010-06-17 | 1 | -25/+0 | |
| | | | | patches). RubyProf can handle it | |||||
* | 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 | |
| | ||||||
* | refactor evals and adds some __FILE__ and __LINE__ | Santiago Pastorino | 2010-05-20 | 1 | -1/+1 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved] | Anil Wadghule | 2010-04-26 | 1 | -1/+2 | |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | Missing requires added | Santiago Pastorino | 2010-04-20 | 1 | -0/+3 | |
| | | | | Signed-off-by: Xavier Noria <fxn@hashref.com> | |||||
* | adds missing require for blank? and present? | Xavier Noria | 2010-03-31 | 1 | -0/+1 | |
| | ||||||
* | New assertion: assert_present [#4299 state:committed] | Juanjo Bazan | 2010-03-30 | 1 | -0/+7 | |
| | | | | Signed-off-by: Xavier Noria <fxn@hashref.com> | |||||
* | new assertion: assert_blank | Juanjo Bazan | 2010-03-30 | 1 | -0/+7 | |
| | | | | Signed-off-by: Xavier Noria <fxn@hashref.com> | |||||
* | Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM ↵ | wycats | 2010-03-17 | 1 | -2/+2 | |
| | | | | warnings are in dependencies. | |||||
* | testing/performance.rb needs active_support/core_ext/string/inflections ↵ | Xavier Noria | 2010-01-01 | 1 | -0/+1 | |
| | | | | because it uses demodulize | |||||
* | Allow ActiveSupport's isolation tests to run with MiniTest on 1.9 | Carl Lerche | 2009-12-30 | 1 | -18/+46 | |
| | ||||||
* | Setup and teardown now use new callbacks. | José Valim | 2009-12-30 | 1 | -27/+46 | |
| |