Sha256: 251cce6a651f423aa937aa71b1502c228f29abb1092a817c943d3884b8fdc5b5
Contents?: true
Size: 358 Bytes
Versions: 2
Compression:
Stored size: 358 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
command_model-2.1.1 | examples/bank/test/performance/browsing_test.rb |
command_model-2.1.0 | examples/bank/test/performance/browsing_test.rb |