summaryrefslogtreecommitdiff
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.yml16
1 files changed, 7 insertions, 9 deletions
diff --git a/benchmark/vm2_struct_small_hset.yml b/benchmark/vm2_struct_small_hset.yml
index 8c02b22994..edfde8b429 100644
--- a/benchmark/vm2_struct_small_hset.yml
+++ b/benchmark/vm2_struct_small_hset.yml
@@ -1,10 +1,8 @@
+prelude: |
+ s = Struct.new(:a, :b, :c)
+ x = s.new
benchmark:
- vm2_struct_small_hset: |
- s = Struct.new(:a, :b, :c)
- x = s.new
- i = 0
- while i<6_000_000 # benchmark loop 2
- i += 1
- x[:a] = 1
- end
-loop_count: 1
+ vm2_struct_small_hset: 'x[:a] = 1
+
+'
+loop_count: 6000000