mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 21:54:06 +00:00
First checkin
This commit is contained in:
parent
f207e2c8b7
commit
90b30db9e8
260 changed files with 37349 additions and 0 deletions
12
test/performance/browsing_test.rb
Normal file
12
test/performance/browsing_test.rb
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue