View bench_with_no_validation.pl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use 5.028; | |
use strictures 2; | |
use Benchmark 'timethese'; | |
use Class::XSAccessor (); | |
#............Moose............ | |
{ | |
package Foo::Moose; |
View bench_with_validation.pl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use 5.028; | |
use strictures 2; | |
use Benchmark 'timethese'; | |
use Class::XSAccessor (); | |
#............Moose............ | |
{ | |
package Foo::Moose; |