summaryrefslogtreecommitdiff
path: root/trunk/benchmark/bm_app_uri.rb
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/benchmark/bm_app_uri.rb')
-rw-r--r--trunk/benchmark/bm_app_uri.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/trunk/benchmark/bm_app_uri.rb b/trunk/benchmark/bm_app_uri.rb
deleted file mode 100644
index 586edfd5dc..0000000000
--- a/trunk/benchmark/bm_app_uri.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-require 'uri'
-
-100_000.times{
- uri = URI.parse('http://www.ruby-lang.org')
- uri.scheme
- uri.host
- uri.port
-}