summaryrefslogtreecommitdiff
path: root/benchmark/mjit_class.yml
blob: 22f95c2d4daed780372a20b55011024d71e1a019 (plain)
1
2
3
4
5
6
7
8
9
10
11
type: lib/benchmark_driver/runner/mjit
prelude: |
  def mjit_class(obj)
    obj.class
  end

benchmark:
  - mjit_class(self)
  - mjit_class(1)

loop_count: 40000000