summaryrefslogtreecommitdiff
path: root/benchmark/vm2_struct_big_aref_lo.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/vm2_struct_big_aref_lo.yml')
-rw-r--r--benchmark/vm2_struct_big_aref_lo.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/benchmark/vm2_struct_big_aref_lo.yml b/benchmark/vm2_struct_big_aref_lo.yml
index 17b2b0ca5e..0915435b76 100644
--- a/benchmark/vm2_struct_big_aref_lo.yml
+++ b/benchmark/vm2_struct_big_aref_lo.yml
@@ -2,7 +2,6 @@ prelude: |
s = Struct.new(*('a'..'z').map { |x| x.to_sym })
x = s.new
benchmark:
- vm2_struct_big_aref_lo: 'x.k # x[10]
-
-'
+ vm2_struct_big_aref_lo: |
+ x.k # x[10]
loop_count: 6000000