aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bm_vm2_string_literal.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_vm2_string_literal.rb')
-rw-r--r--benchmark/bm_vm2_string_literal.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/benchmark/bm_vm2_string_literal.rb b/benchmark/bm_vm2_string_literal.rb
deleted file mode 100644
index 1d73036849..0000000000
--- a/benchmark/bm_vm2_string_literal.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-i = 0
-while i<6_000_000 # benchmark loop 2
- i += 1
- x = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
-end