Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briandfoy/perlbench
A suite for benchmarking of Perl
https://github.com/briandfoy/perlbench
benchmarking perl perl-module
Last synced: about 2 months ago
JSON representation
A suite for benchmarking of Perl
- Host: GitHub
- URL: https://github.com/briandfoy/perlbench
- Owner: briandfoy
- License: other
- Created: 2017-04-23T13:27:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T16:39:25.000Z (about 1 year ago)
- Last Synced: 2024-06-03T00:05:18.497Z (7 months ago)
- Topics: benchmarking, perl, perl-module
- Language: Shell
- Homepage:
- Size: 896 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.pod
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
=pod
=encoding utf8
=head1 The PerlBench module
This is the I for the L Perl module. You're probably
looking at this because you don't know where else to find what you're
looking for. Read this once and you might never have to read one again
for any Perl module.=head2 Documentation
The documentation is a bit scant. Look at the various F
programs in the top-level of this distribution to see what they do
(and maybe help to fill out the docs a bit).=head2 Installation
You can install this module with a CPAN client, which will resolve
and install the dependencies:% cpan PerlBench
% cpanm PerlBenchYou can also install directly from the distribution directory, which
will also install the dependencies:% cpan .
% cpanm .You could install just this module manually:
% perl Makefile.PL
% make
% make test
% make installYou probably don't want to do that unless you're fiddling with the
module and only want to run the tests without installing anything.=head2 Source location
The meta data, such as the source repository and bug tracker, is in
I or the I files it creates. You can find that on
those CPAN web interfaces, but you can also look at files directly in
the source repository:=over 4
=item * L
=back
If you find a problem, file a ticket in the L:
=over 4
=item * L
=back
=head2 Getting help
Although I'm happy to hear from module users in private email,
that's the best way for me to forget to do something.Besides the issue trackers, you can find help at
L or
L, both of which have many
competent Perlers who can answer your question, almost in real time.
They might not know the particulars of this module, but they can help
you diagnose your problem.You might like to read L.
=head2 Copyright and License
You should have received a I file, but the license is also noted
in the module files. About the only thing you can't do is pretend that
you wrote code that you didn't.=head2 Good luck!
Enjoy,
brian d foy, [email protected]
=cut