summaryrefslogtreecommitdiff
path: root/benchmark/vm2_struct_small_href.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/vm2_struct_small_href.yml')
-rw-r--r--benchmark/vm2_struct_small_href.yml5
1 files changed, 2 insertions, 3 deletions
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