Sha256: c936cccf054e7a1bcbd3f02b0a2028df19482f4e29fe32801c4e20e05079212a
Contents?: true
Size: 360 Bytes
Versions: 7
Compression:
Stored size: 360 Bytes
Contents
require 'test_helper' require 'rails/performance_test_help' class BrowsingTest < ActionDispatch::PerformanceTest # Refer to the documentation for all available options # self.profile_options = { runs: 5, metrics: [:wall_time, :memory], # output: 'tmp/performance', formats: [:flat] } test "homepage" do get '/' end end
Version data entries
7 entries across 7 versions & 1 rubygems