The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Benchmark::Serialize::Library::ProtocolBuffers::XS - Protobuf/XS benchmarks

SYNOPSIS

    # Register tests on use time
    use Benchmark::Serializer::Library::ProtocolBuffers::XS qw(Person);

    # Register tests on run time
    Benchmark::Serializer::Library::ProtocolBuffers::XS->register('Person');
    

DESCRIPTION

This module adds benchmarks to Benchmark::Serialize for serializers created with Protocol Buffers for Perl/XS.

Benchmark tags

All benchmarks created by this module will have the benchmark tag :ProtocolBuffers

SEE ALSO

http://code.google.com/p/protobuf-perlxs/

AUTHOR

Peter Makholm, <peter at makholm.net>

BUGS

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

Copyright 2009-2010 Peter Makholm.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.