diff options
Diffstat (limited to 'guides/source/performance_testing.md')
-rw-r--r-- | guides/source/performance_testing.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/performance_testing.md b/guides/source/performance_testing.md index f111ce610f..67ab7cb5b8 100644 --- a/guides/source/performance_testing.md +++ b/guides/source/performance_testing.md @@ -65,8 +65,8 @@ require 'rails/performance_test_help' class HomepageTest < ActionDispatch::PerformanceTest # Refer to the documentation for all available options - # self.profile_options = { :runs => 5, :metrics => [:wall_time, :memory], - # :output => 'tmp/performance', :formats => [:flat] } + # self.profile_options = { runs: 5, metrics: [:wall_time, :memory], + # output: 'tmp/performance', formats: [:flat] } test "homepage" do get '/' |