merged initial codebase
[smr.git] / gui / test / performance / browsing_test.rb
blob28d9b787c55697699309d1f7cbd56c7efbbb3613
2 # This file is part of SMR.
4 # SMR is free software: you can redistribute it and/or modify it under the
5 # terms of the GNU General Public License as published by the Free Software
6 # Foundation, either version 3 of the License, or (at your option) any later
7 # version.
9 # SMR is distributed in the hope that it will be useful, but WITHOUT ANY
10 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 # A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13 # You should have received a copy of the GNU General Public License along with
14 # SMR.  If not, see <http://www.gnu.org/licenses/>.
16 require 'test_helper'
17 #require 'rails/performance_test_help'
19 # Profiling results for each test method are written to tmp/performance.
20 #class BrowsingTest < ActionDispatch::PerformanceTest
21 #  def test_homepage
22 #    get '/'
23 #  end
24 #end