about summary refs log tree commit homepage
path: root/test/test_uriclassifier.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_uriclassifier.rb')
-rw-r--r--test/test_uriclassifier.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_uriclassifier.rb b/test/test_uriclassifier.rb
index d2099f8..cf77384 100644
--- a/test/test_uriclassifier.rb
+++ b/test/test_uriclassifier.rb
@@ -218,6 +218,8 @@ class URIClassifierTest < Test::Unit::TestCase
     @uris.each do |uri|
       @classifier.register(uri, 1)
     end
+    
+#    puts "#{@uris.size} URIs / #{@requests.size * 10000} requests"
 
     Benchmark.bm do |x|
       x.report do