aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/testing/performance.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/testing/performance.rb b/activesupport/lib/active_support/testing/performance.rb
index ee09b301ba..728fa860cb 100644
--- a/activesupport/lib/active_support/testing/performance.rb
+++ b/activesupport/lib/active_support/testing/performance.rb
@@ -100,7 +100,7 @@ module ActiveSupport
protected
def output_filename
- "#{profile_options[:output]}/#{full_test_name}"
+ "#{profile_options[:output]}/#{full_test_name}_#{@metric.name}"
end
end