summaryrefslogtreecommitdiff
path: root/ruby_2_2/benchmark/bm_loop_for.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_2_2/benchmark/bm_loop_for.rb')
-rw-r--r--ruby_2_2/benchmark/bm_loop_for.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/ruby_2_2/benchmark/bm_loop_for.rb b/ruby_2_2/benchmark/bm_loop_for.rb
deleted file mode 100644
index 0fc4cc1511..0000000000
--- a/ruby_2_2/benchmark/bm_loop_for.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-for i in 1..30_000_000
- #
-end