notebook/test/performance/browsing_test.rb
Robert Richter 1689acb7db
Delete browsing test
It spammed up the test feedback and didn't add any value
2016-07-11 18:13:21 -05:00

10 lines
366 B
Ruby

require 'test_helper'
require 'rails/performance_test_help'
# Tests performance by browsing the site
# Refer to the documentation for all available options
# self.profile_options = { :runs => 5, :metrics => [:wall_time, :memory]
# :output => 'tmp/performance', :formats => [:flat] }
class BrowsingTest < ActionDispatch::PerformanceTest
end