index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
testing
/
performance.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
update AS/notifications and AS/testing docs [ci skip]
Francesco Rodriguez
2012-09-14
1
-4
/
+4
*
Eliminate dependency on Rails::VERSION::STRING
Andrew White
2012-06-05
1
-18
/
+23
*
decoupling activesupport performance testing from actionview and adding tests
Andrew Mutz
2012-05-28
1
-4
/
+4
*
reverting decoupling of NumberHelper from safe_join and adding tests for esca...
Andrew Mutz
2012-05-18
1
-0
/
+1
*
Remove dependency on safe_join from number helpers
Carlos Antonio da Silva
2012-05-13
1
-3
/
+2
*
Need to include "OutputSaftyHelper" here to prevent
Arun Agrawal
2012-05-13
1
-0
/
+1
*
Remove key argument from run_callbacks to fix build
Francesco Rodriguez
2012-05-10
1
-1
/
+1
*
no need in separate MiniTest modules
Sergey Nartimov
2012-01-24
1
-25
/
+22
*
Removed RUBY_ENGINE checks for ruby18
Miguel Camba
2011-12-27
1
-3
/
+1
*
remove ForClassicTestUnit support for ruby 1.8
Vishnu Atrai
2011-12-26
1
-48
/
+1
*
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
[next]