summaryrefslogtreecommitdiff
path: root/benchmark/vm1_const.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/vm1_const.yml')
-rw-r--r--benchmark/vm1_const.yml15
1 files changed, 6 insertions, 9 deletions
diff --git a/benchmark/vm1_const.yml b/benchmark/vm1_const.yml
index 2145e2675f..c0a841ee56 100644
--- a/benchmark/vm1_const.yml
+++ b/benchmark/vm1_const.yml
@@ -1,11 +1,8 @@
+prelude: 'Const = 1
+
+'
benchmark:
vm1_const: |
- Const = 1
-
- i = 0
- while i<30_000_000 # while loop 1
- i += 1
- j = Const
- k = Const
- end
-loop_count: 1
+ j = Const
+ k = Const
+loop_count: 30000000