{"id":20336639,"url":"https://github.com/briandfoy/perlbench","last_synced_at":"2025-04-11T22:41:08.279Z","repository":{"id":56832595,"uuid":"89143789","full_name":"briandfoy/perlbench","owner":"briandfoy","description":"A suite for benchmarking of Perl","archived":false,"fork":false,"pushed_at":"2025-01-26T22:15:38.000Z","size":930,"stargazers_count":5,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T18:41:13.477Z","etag":null,"topics":["benchmarking","perl","perl-module"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/briandfoy.png","metadata":{"files":{"readme":"README.pod","changelog":"Changes","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-23T13:27:19.000Z","updated_at":"2025-01-26T22:15:41.000Z","dependencies_parsed_at":"2025-01-02T22:19:30.374Z","dependency_job_id":"9920363f-acf9-4d74-8bbd-bcac8a8884b1","html_url":"https://github.com/briandfoy/perlbench","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandfoy%2Fperlbench","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandfoy%2Fperlbench/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandfoy%2Fperlbench/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandfoy%2Fperlbench/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/briandfoy","download_url":"https://codeload.github.com/briandfoy/perlbench/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248493022,"owners_count":21113159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["benchmarking","perl","perl-module"],"created_at":"2024-11-14T21:06:14.750Z","updated_at":"2025-04-11T22:41:08.264Z","avatar_url":"https://github.com/briandfoy.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"=pod\n\n=encoding utf8\n\n=for HTML \u003ca href=\"https://www.github.com/briandfoy/perlbench/actions?query=workflow%3Amacos\"\u003e\u003cimg src=\"https://www.github.com/briandfoy/perlbench/workflows/macos/badge.svg\"\u003e\u003c/a\u003e\n\n=for HTML \u003ca href=\"https://www.github.com/briandfoy/perlbench/actions?query=workflow%3Aubuntu\"\u003e\u003cimg src=\"https://www.github.com/briandfoy/perlbench/workflows/ubuntu/badge.svg\"\u003e\u003c/a\u003e\n\n=for HTML \u003ca href=\"https://www.github.com/briandfoy/perlbench/actions?query=workflow%3Awindows\"\u003e\u003cimg src=\"https://www.github.com/briandfoy/perlbench/workflows/windows/badge.svg\"\u003e\u003c/a\u003e\n\n=for HTML \u003ca href='https://ci.appveyor.com/project/briandfoy/perlbench'\u003e\u003cimg src='https://ci.appveyor.com/api/projects/status/4vuufurr6ktycekg' /\u003e\u003c/a\u003e\n\n=for HTML \u003ca href='https://coveralls.io/github/briandfoy/perlbench?branch=master'\u003e\u003cimg src='https://coveralls.io/repos/github/briandfoy/perlbench/badge.svg?branch=master' alt='Coverage Status' /\u003e\u003c/a\u003e\n\n=for HTML \u003ca href=\"https://github.com/briandfoy/perlbench/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/cpan/l/PerlBench.svg\" /\u003e\u003c/a\u003e\n\n=for HTML \u003ca href=\"https://metacpan.org/pod/PerlBench\"\u003e\u003cimg src=\"https://img.shields.io/cpan/v/PerlBench.svg\" /\u003e\u003c/A\u003e\n\n=head1 The PerlBench module\n\nThis is the I\u003cREADME\u003e for the L\u003cPerlBench\u003e Perl module. You're probably\nlooking at this because you don't know where else to find what you're\nlooking for. Read this once and you might never have to read one again\nfor any Perl module.\n\n=head2 Documentation\n\nThe documentation is a bit scant. Look at the various F\u003cperlbench-*\u003e\nprograms in the top-level of this distribution to see what they do\n(and maybe help to fill out the docs a bit).\n\n=head2 Installation\n\nYou can install this module with a CPAN client, which will resolve\nand install the dependencies:\n\n\t% cpan PerlBench\n\t% cpanm PerlBench\n\nYou can also install directly from the distribution directory, which\nwill also install the dependencies:\n\n\t% cpan .\n\t% cpanm .\n\nYou could install just this module manually:\n\n\t% perl Makefile.PL\n\t% make\n\t% make test\n\t% make install\n\nYou probably don't want to do that unless you're fiddling with the\nmodule and only want to run the tests without installing anything.\n\n=head2 Source location\n\nThe meta data, such as the source repository and bug tracker, is in\nI\u003cMakefile.PL\u003e or the I\u003cMETA.*\u003e files it creates. You can find that on\nthose CPAN web interfaces, but you can also look at files directly in\nthe source repository: L\u003chttps://github.com/briandfoy/perlbench\u003e\n\nIf you find a problem, file a ticket in the L\u003cissue\ntracker|https://github.com/briandfoy/perlbench/issues\u003e.\n\nThere are also backup repositories hosted on other services. These\nreflect the state of the main repo and exist only for redundancy:\n\n=over 4\n\n=item * L\u003chttps://bitbucket.com/briandfoy/perlbench\u003e\n\n=item * L\u003chttps://codeberg.org/briandfoy/perlbench\u003e\n\n=item * L\u003chttps://gitlab.com/briandfoy/perlbench\u003e\n\n=back\n\n=head2 GitHub Attestations\n\nThis distribution now uses\nL\u003cGitHub Attestations|https://github.blog/2024-05-02-introducing-artifact-attestations-now-in-public-beta/\u003e,\nwhich allow you to verify that the archive file you have was made from\nthe official repo.\n\nYou need a GitHub account and the L\u003cgh tool|https://github.com/larsks/ghcli\u003e.\n\n\t# download the distro file from GitHub, MetaCPAN, or a CPAN mirror\n\t$ gh auth login\n\t...follow instructions...\n\t$ gh attestation verify PerlBench-1.23.tar.gz --owner briandfoy\n\n=head2 Getting help\n\nAlthough I'm happy to hear from module users in private email,\nthat's the best way for me to forget to do something.\n\nBesides the issue trackers, you can find help at\nL\u003cPerlmonks|http://www.perlmonks.org\u003e or\nL\u003cStackoverflow|http://www.stackoverflow.com\u003e, both of which have many\ncompetent Perlers who can answer your question, almost in real time.\nThey might not know the particulars of this module, but they can help\nyou diagnose your problem.\n\nYou might like to read L\u003cbrian's Guide to Solving Any Perl\nProblem|https://briandfoy.github.io/brians-guide-to-solving-any-perl-problem/\u003e.\n\n=head2 Copyright and License\n\nYou should have received a I\u003cLICENSE\u003e file, but the license is also noted\nin the module files. About the only thing you can't do is pretend that\nyou wrote code that you didn't.\n\n=head2 Good luck!\n\nEnjoy,\n\nbrian d foy, briandfoy@pobox.com\n\n=cut\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbriandfoy%2Fperlbench","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbriandfoy%2Fperlbench","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbriandfoy%2Fperlbench/lists"}