summaryrefslogtreecommitdiff
path: root/ruby_1_9_3/benchmark/bm_vm2_regexp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_9_3/benchmark/bm_vm2_regexp.rb')
-rw-r--r--ruby_1_9_3/benchmark/bm_vm2_regexp.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/ruby_1_9_3/benchmark/bm_vm2_regexp.rb b/ruby_1_9_3/benchmark/bm_vm2_regexp.rb
deleted file mode 100644
index 428099e55a..0000000000
--- a/ruby_1_9_3/benchmark/bm_vm2_regexp.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-i=0
-str = 'xxxhogexxx'
-while i<6_000_000 # benchmark loop 2
- /hoge/ =~ str
- i+=1
-end