aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/vm1_blockparam_pass.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-08 16:35:44 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-08 16:35:44 +0000
commit03e34878bfc3eb4d405ce8cd59fcaff145433451 (patch)
tree3510bc650526ba4fed9b0473c014492c0355efa9 /benchmark/vm1_blockparam_pass.yml
parent526a37163a0a59bdd37cef8d9a8e23f8995e6421 (diff)
downloadruby-03e34878bfc3eb4d405ce8cd59fcaff145433451.tar.gz
benchmark/vm1_*.yml: manual fixes for ugly conversions
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'benchmark/vm1_blockparam_pass.yml')
-rw-r--r--benchmark/vm1_blockparam_pass.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/benchmark/vm1_blockparam_pass.yml b/benchmark/vm1_blockparam_pass.yml
index 416170800e..ca1bef3369 100644
--- a/benchmark/vm1_blockparam_pass.yml
+++ b/benchmark/vm1_blockparam_pass.yml
@@ -7,7 +7,6 @@ prelude: |
bp_yield &b
end
benchmark:
- vm1_blockparam_pass: 'bp_pass{}
-
-'
+ vm1_blockparam_pass: |
+ bp_pass{}
loop_count: 30000000