summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-07-23 23:01:10 +0200
committerHans de Graaff <graaff@gentoo.org>2019-07-23 23:01:10 +0200
commit38b7a7e1266c67c9f9925cf89d39d3d78cfc4bb1 (patch)
tree8ce373a459d2f3d0223a35e2077c873ccf77ead2
parentApparently we need explicit xmlrpc for rails (diff)
downloadglsamaker-38b7a7e1266c67c9f9925cf89d39d3d78cfc4bb1.tar.gz
glsamaker-38b7a7e1266c67c9f9925cf89d39d3d78cfc4bb1.tar.bz2
glsamaker-38b7a7e1266c67c9f9925cf89d39d3d78cfc4bb1.zip
Remove obsolete performance test
This method of performance testing was dropped for Rails 4.0 and no longer works with these versions. The rails-perftest now contains this code, but performance testing does not seem like an important requirement for this application, so just drop the test instead. Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--test/performance/browsing_test.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/performance/browsing_test.rb b/test/performance/browsing_test.rb
deleted file mode 100644
index 3fea27b..0000000
--- a/test/performance/browsing_test.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-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