aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/performance/ruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/testing/performance/ruby.rb')
-rw-r--r--activesupport/lib/active_support/testing/performance/ruby.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/testing/performance/ruby.rb b/activesupport/lib/active_support/testing/performance/ruby.rb
index 13dfebbece..dc77f22ba2 100644
--- a/activesupport/lib/active_support/testing/performance/ruby.rb
+++ b/activesupport/lib/active_support/testing/performance/ruby.rb
@@ -10,7 +10,8 @@ module ActiveSupport
module Performance
if !ARGV.include?('--benchmark')
DEFAULTS.merge!(
- { :metrics => [:process_time, :memory, :objects],
+ { :min_percent => 0.01,
+ :metrics => [:process_time, :memory, :objects],
:formats => [:flat, :graph_html, :call_tree] })
end