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