class BrowsingTest
Public Instance Methods
test_homepage()
click to toggle source
Refer to the documentation for all available options self.profile_options = { :runs => 5, :metrics => [:wall_time, :memory]
:output => 'tmp/performance', :formats => [:flat] }
# File lib/rails/generators/rails/app/templates/test/performance/browsing_test.rb, line 9 def test_homepage get '/' end