aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/test/performance/browsing_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'guides/code/getting_started/test/performance/browsing_test.rb')
-rw-r--r--guides/code/getting_started/test/performance/browsing_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/code/getting_started/test/performance/browsing_test.rb b/guides/code/getting_started/test/performance/browsing_test.rb
index 2a849b7f2b..9342a57b20 100644
--- a/guides/code/getting_started/test/performance/browsing_test.rb
+++ b/guides/code/getting_started/test/performance/browsing_test.rb
@@ -3,8 +3,8 @@ require 'rails/performance_test_help'
class BrowsingTest < 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] }
def test_homepage
get '/'