Sha256: fb24bab0d55ae9672cf53e9a03489888d675817c0f07ea5989053911d49045e4

Contents?: true

Size: 370 Bytes

Versions: 5

Compression:

Stored size: 370 Bytes

Contents

=begin
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
=end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
invoice_bar-0.0.11 test/performance/browsing_test.rb
invoice_bar-0.0.10 test/performance/browsing_test.rb
invoice_bar-0.0.9 test/performance/browsing_test.rb
invoice_bar-0.0.8 test/performance/browsing_test.rb
invoice_bar-0.0.7 test/performance/browsing_test.rb