summaryrefslogtreecommitdiff
path: root/benchmark/vm1_blockparam_pass.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/vm1_blockparam_pass.yml')
-rw-r--r--benchmark/vm1_blockparam_pass.yml25
1 files changed, 11 insertions, 14 deletions
diff --git a/benchmark/vm1_blockparam_pass.yml b/benchmark/vm1_blockparam_pass.yml
index 951518b5f6..416170800e 100644
--- a/benchmark/vm1_blockparam_pass.yml
+++ b/benchmark/vm1_blockparam_pass.yml
@@ -1,16 +1,13 @@
-benchmark:
- vm1_blockparam_pass: |
- def bp_yield
- yield
- end
+prelude: |
+ def bp_yield
+ yield
+ end
- def bp_pass &b
- bp_yield &b
- end
+ def bp_pass &b
+ bp_yield &b
+ end
+benchmark:
+ vm1_blockparam_pass: 'bp_pass{}
- i = 0
- while i<30_000_000 # while loop 1
- i += 1
- bp_pass{}
- end
-loop_count: 1
+'
+loop_count: 30000000