X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9ff70a861a79fb75081616cf46a9a81d2343f34f..c9fa49c99485b0ba1242c6d13e12df9ab1532987:/test/performance/browsing_test.rb diff --git a/test/performance/browsing_test.rb b/test/performance/browsing_test.rb new file mode 100644 index 000000000..867fc8c98 --- /dev/null +++ b/test/performance/browsing_test.rb @@ -0,0 +1,9 @@ +require 'test_helper' +require 'rails/performance_test_help' + +# Profiling results for each test method are written to tmp/performance. +class BrowsingTest < ActionDispatch::PerformanceTest + def test_homepage + get '/' + end +end