Benchmark::Serialize::Library::Data::Serializer - Data::Serializer benchmarks


Benchmark-Serialize documentation  | view source Contained in the Benchmark-Serialize distribution.

Index


NAME

Top

Benchmark::Serialize::Library::Data::Serializer - Data::Serializer benchmarks

SYNOPSIS

Top

    # Register tests on use time
    use Benchmark::Serializer::Library::Data::Serializer qw(JSON);

    # Register tests on run time
    Benchmark::Serializer::Library::Data::Serializer->register('JSON');




DESCRIPTION

Top

This modules adds a set of benchmarks to Benchmark::Serialize for different uses of the Data::Serializer modules. Both native Data::Serializer bridges and the wrapping of existing benchmarks in a generic Data::Serializer bridge is supported.

If the argument to import/register starts with a '+' it is interpreted as a existing benchmark to be wrapped in the generic wrapper. Other wise the argument is interpreted as a normal Data::Serializer bridge.

Note that the generic bridge is a bit slower than a hand crafted bridge would be.

Benchmark tags

Top

For each added serializer a new Benchmark tag is created called :DS-<name>, i.e :DS-JSON if used as in the synopsis

SEE ALSO

Top

Data::Serializer

AUTHOR

Top

Peter Makholm, <peter at makholm.net>

BUGS

Top

Please report any bugs or feature requests to bug-benchmark-serialize at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Benchmark-Serialize. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT & LICENSE

Top


Benchmark-Serialize documentation  | view source Contained in the Benchmark-Serialize distribution.