diff options
Diffstat (limited to 'benchmark/vm_struct_small_href.yml')
| -rw-r--r-- | benchmark/vm_struct_small_href.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/benchmark/vm_struct_small_href.yml b/benchmark/vm_struct_small_href.yml new file mode 100644 index 0000000000..6b7d7f39e7 --- /dev/null +++ b/benchmark/vm_struct_small_href.yml @@ -0,0 +1,7 @@ +prelude: | + s = Struct.new(:a, :b, :c) + x = s.new +benchmark: + vm_struct_small_href: | + x[:a] +loop_count: 6000000 |
