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