X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=test%2Fperformance%2Fbrowsing_test.rb;fp=test%2Fperformance%2Fbrowsing_test.rb;h=4b60558b439c6d9085bb57dcb7b66143c48a4e1a;hb=09cd438e77dd418b03b67e3e6a4b48ec95b72d1d;hp=0000000000000000000000000000000000000000;hpb=be9356cf35ae0ccfc15674b786386a61278bf305;p=depot.git

diff --git a/test/performance/browsing_test.rb b/test/performance/browsing_test.rb
new file mode 100644
index 0000000..4b60558
--- /dev/null
+++ b/test/performance/browsing_test.rb
@@ -0,0 +1,9 @@
+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