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

NAME

speedtest.pl - Benchmark the various IP match implementations

SYNOPSIS

speedtest.pl [options]

 Options:
   -s --skipsimple     omit the naive comparison test (which is slow)
   -n --networks=num   comma-separated list of numbers of IP ranges to match against
   -i --ips            number of single IPs to test against the networks
   -d --dump           save the raw data to files
   -v --verbose        print the internal representation of the PDF
   -h --help           verbose help message
   -V --version        print Net::IP::Match::Regexp version

DESCRIPTION

This utility runs timed tests of Net::IP::Match:* modules.