Sha256: e34ef6ad9a01810e1c233cf6a2a21d97d7576c17684e094e1c6153ca0088a148

Contents?: true

Size: 244 Bytes

Versions: 6

Compression:

Stored size: 244 Bytes

Contents

# encoding: utf-8

require 'test_helper'
require 'performance_test_help'

# Profiling results for each test method are written to tmp/performance.
class BrowsingTest < ActionController::PerformanceTest
  def test_homepage
    get '/'
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rango-0.2.3 benchmarks/stubs/rails/test/performance/browsing_test.rb
rango-0.2.1 benchmarks/stubs/rails/test/performance/browsing_test.rb
rango-0.2.1.pre benchmarks/stubs/rails/test/performance/browsing_test.rb
rango-0.0.6 benchmarks/stubs/rails/test/performance/browsing_test.rb
rango-0.1.pre benchmarks/stubs/rails/test/performance/browsing_test.rb
rango-0.0.4 benchmarks/stubs/rails/test/performance/browsing_test.rb