6 use Benchmark::Forking qw[cmpthese];
10 This compare the overhead of Class::MOP
11 to the overhead of Moose.
13 The goal here is to see how much more
14 startup cost Moose adds to Class::MOP.
17 This benchmark may not be all that
18 relevant really, but it's helpful to
25 'w/out_moose' => sub {
26 eval 'use Class::MOP;';