summaryrefslogtreecommitdiff
path: root/benchmark/loop_for.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/loop_for.yml')
-rw-r--r--benchmark/loop_for.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/benchmark/loop_for.yml b/benchmark/loop_for.yml
new file mode 100644
index 0000000000..99279f014a
--- /dev/null
+++ b/benchmark/loop_for.yml
@@ -0,0 +1,6 @@
+benchmark:
+ loop_for: |
+ for i in 1..30_000_000
+ #
+ end
+loop_count: 1