mirror of
https://github.com/github/rails.git
synced 2026-02-15 16:45:08 -05:00
9 lines
205 B
Ruby
9 lines
205 B
Ruby
require 'performance/test_helper'
|
|
|
|
# Profiling results for each test method are written to tmp/performance.
|
|
class BrowsingTest < ActionController::PerformanceTest
|
|
def test_homepage
|
|
get '/'
|
|
end
|
|
end
|