Include method name in immutable methods (fixes #49680)
[gitmo/Class-MOP.git] / bench / all.yml
CommitLineData
6698ebe5 1---
5b2d23f3 2- name: Point classes
6698ebe5 3 classes:
4 - 'MOP::Point'
c0cbf4d9 5 - 'MOP::Point3D'
6 - 'MOP::Immutable::Point'
7 - 'MOP::Immutable::Point3D'
30b8af04 8 - 'MOP::Installed::Point'
9 - 'MOP::Installed::Point3D'
6698ebe5 10 - 'Plain::Point'
c0cbf4d9 11 - 'Plain::Point3D'
6698ebe5 12 benchmarks:
13 - class: 'Bench::Construct'
5b2d23f3 14 name: object construction
6698ebe5 15 args:
6698ebe5 16 y: 137
7f974e03 17 - class: 'Bench::Accessor'
18 name: accessor get
19 construct:
20 x: 4
21 y: 6
22 accessor: x
23 - class: 'Bench::Accessor'
24 name: accessor set
25 construct:
26 x: 4
27 y: 6
28 accessor: x
29 accessor_args: [ 5 ]
6698ebe5 30