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

# 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');

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

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

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

Peter Makholm, <peter at makholm.net>

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 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.