From 71f8406f6ca52a9301ec64b8d9ef64618051eef0 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sun, 8 Jul 2018 17:19:57 +0000 Subject: benchmark/vm2_*.yml: fix ugly conversion errors git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- benchmark/vm2_struct_small_href.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'benchmark/vm2_struct_small_href.yml') diff --git a/benchmark/vm2_struct_small_href.yml b/benchmark/vm2_struct_small_href.yml index c98122a59d..b744f070d1 100644 --- a/benchmark/vm2_struct_small_href.yml +++ b/benchmark/vm2_struct_small_href.yml @@ -2,7 +2,6 @@ prelude: | s = Struct.new(:a, :b, :c) x = s.new benchmark: - vm2_struct_small_href: 'x[:a] - -' + vm2_struct_small_href: | + x[:a] loop_count: 6000000 -- cgit v1.2.3