2011-02-14 18:28:51 +00:00
|
|
|
require 'test_helper'
|
|
|
|
require 'rails/performance_test_help'
|
|
|
|
|
|
|
|
class BrowsingTest < ActionDispatch::PerformanceTest
|
2011-05-22 10:42:21 +00:00
|
|
|
# Refer to the documentation for all available options
|
2012-06-18 17:49:28 +00:00
|
|
|
# self.profile_options = { runs: 5, metrics: [:wall_time, :memory]
|
|
|
|
# output: 'tmp/performance', formats: [:flat] }
|
2011-07-30 15:52:38 +00:00
|
|
|
|
2011-02-14 18:28:51 +00:00
|
|
|
def test_homepage
|
|
|
|
get '/'
|
|
|
|
end
|
|
|
|
end
|