Sha256: 33885a19bbc25aab9ccde3c1309c8d78233ca442976dd647fd7d7445cc7a3ac0
Contents?: true
Size: 382 Bytes
Versions: 1
Compression:
Stored size: 382 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] } def test_homepage get '/' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mta_json-0.0.1 | examples/crud/rails/test/performance/browsing_test.rb |