Class::MOP::Class::Immutable
[gitmo/Class-MOP.git] / bench / all.yml
CommitLineData
6698ebe5 1---
5b2d23f3 2- name: Point classes
6698ebe5 3 classes:
4 - 'MOP::Point'
857f87a7 5 - 'MOP::Immutable::Point'
6698ebe5 6 - 'Plain::Point'
7 benchmarks:
8 - class: 'Bench::Construct'
5b2d23f3 9 name: object construction
6698ebe5 10 args:
11 x: 7
12 y: 137
5b2d23f3 13 - class: 'Bench::Accessor'
14 name: accessor get
15 construct:
16 x: 4
17 y: 6
18 accessor: x
19 - class: 'Bench::Accessor'
20 name: accessor set
21 construct:
22 x: 4
23 y: 6
24 accessor: x
25 accessor_args: [ 5 ]
6698ebe5 26