unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob 867fc8c985bc954a2ca16666f3e7f7e7077465e1 229 bytes (raw)
$ git show 1.1.x-stable:t/rails3-app/test/performance/browsing_test.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
8
9
 
require 'test_helper'
require 'rails/performance_test_help'

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

git clone https://yhbt.net/unicorn.git