From: Stevan Little Date: Mon, 28 Aug 2006 14:25:14 +0000 (+0000) Subject: commit-before-the-branch X-Git-Tag: 0_35~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7f974e03923c7e2f0914145b3abba575d3ab00af;p=gitmo%2FClass-MOP.git commit-before-the-branch --- diff --git a/bench/all.yml b/bench/all.yml index c87fe93..13ec57f 100644 --- a/bench/all.yml +++ b/bench/all.yml @@ -14,17 +14,17 @@ name: object construction args: y: 137 -# - class: 'Bench::Accessor' -# name: accessor get -# construct: -# x: 4 -# y: 6 -# accessor: x -# - class: 'Bench::Accessor' -# name: accessor set -# construct: -# x: 4 -# y: 6 -# accessor: x -# accessor_args: [ 5 ] + - class: 'Bench::Accessor' + name: accessor get + construct: + x: 4 + y: 6 + accessor: x + - class: 'Bench::Accessor' + name: accessor set + construct: + x: 4 + y: 6 + accessor: x + accessor_args: [ 5 ]