aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/vm1_not.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/vm1_not.yml')
-rw-r--r--benchmark/vm1_not.yml12
1 files changed, 4 insertions, 8 deletions
diff --git a/benchmark/vm1_not.yml b/benchmark/vm1_not.yml
index a38dfc7343..0fb7b282a9 100644
--- a/benchmark/vm1_not.yml
+++ b/benchmark/vm1_not.yml
@@ -1,10 +1,6 @@
+prelude: |
+ obj = Object.new
benchmark:
vm1_not: |
- i = 0
- obj = Object.new
-
- while i<30_000_000 # while loop 1
- i += 1
- !obj
- end
-loop_count: 1
+ !obj
+loop_count: 30000000