diff options
author | k0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-07-08 16:35:44 +0000 |
---|---|---|
committer | k0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-07-08 16:35:44 +0000 |
commit | 94e55bbd37ea08e7bf1c7d704be753da621476df (patch) | |
tree | 3510bc650526ba4fed9b0473c014492c0355efa9 /benchmark/vm1_blockparam_pass.yml | |
parent | 820ad9cb1d72d0897b73dae282df3793814b27e8 (diff) | |
download | ruby-94e55bbd37ea08e7bf1c7d704be753da621476df.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.yml | 5 |
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 |