summaryrefslogtreecommitdiff
path: root/ruby_2_2/benchmark/bm_app_uri.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_2_2/benchmark/bm_app_uri.rb')
-rw-r--r--ruby_2_2/benchmark/bm_app_uri.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/ruby_2_2/benchmark/bm_app_uri.rb b/ruby_2_2/benchmark/bm_app_uri.rb
deleted file mode 100644
index 586edfd5dc..0000000000
--- a/ruby_2_2/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
-}