aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/performance/jruby.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing white-spacesGuillermo Iguaran2011-06-051-9/+9
|
* import to java_import. Arun Agrawal2011-05-241-1/+1
|
* don't use internal profiler methods on Rubinius and JRuby since we're only ↵Gonçalo Silva2011-04-031-4/+4
| | | | measuring wall clock for now (and the APIs will/can change, respectively)
* profiling enabled under JRuby. Added documentation for workaround described ↵Gonçalo Silva2011-04-031-6/+1
| | | | in JRUBY-5650.
* check if there is support for the specified metric when profilingGonçalo Silva2011-03-301-5/+10
|
* improved detection and feedback of supported/unsupported metricsGonçalo Silva2011-03-281-3/+1
|
* improved options handling in performance testsGonçalo Silva2011-03-281-8/+8
|
* 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-281-2/+14
|
* added basic structure for jrubyGonçalo Silva2011-03-261-0/+70