aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/vm2_struct_small_aset.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/vm2_struct_small_aset.yml')
-rw-r--r--benchmark/vm2_struct_small_aset.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/benchmark/vm2_struct_small_aset.yml b/benchmark/vm2_struct_small_aset.yml
index e6a8a5e9c1..adb9f49da5 100644
--- a/benchmark/vm2_struct_small_aset.yml
+++ b/benchmark/vm2_struct_small_aset.yml
@@ -2,7 +2,6 @@ prelude: |
s = Struct.new(:a, :b, :c)
x = s.new
benchmark:
- vm2_struct_small_aset: 'x.a = i
-
-'
+ vm2_struct_small_aset: |
+ x.a = i
loop_count: 6000000