summaryrefslogtreecommitdiff
path: root/benchmark/mjit_struct_aref.yml
blob: bfba1323f26e30aa0c921d14737851865615a243 (plain)
1
2
3
4
5
6
7
8
9
10
type: lib/benchmark_driver/runner/mjit
prelude: |
  def mjit_struct_aref(struct)
    struct.aa
  end
  struct = Struct.new(:a0, :a1, :a2, :a3, :a4, :a5, :a6, :a7, :a8, :a9, :aa).new

benchmark: mjit_struct_aref(struct)

loop_count: 40000000