notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
p5-Dumbbench More reliable benchmarking with the least amount of thinking
0.503 benchmarks on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.503Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-07-28 13:16:08
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/release/Dumbbench
Description:
This module attempts to implement reasonably robust benchmarking with little extra effort and expertise required from the user. That is to say, benchmarking using this module is likely an improvement over time some-command --to --benchmark or use Benchmark qw/timethis/; timethis(1000, 'system("some-command", ...)'); The module currently works similar to the former command line, except (in layman terms) it will run the command many times, estimate the uncertainty of the result and keep iterating until a certain user-defined precision has been reached. Then, it calculates the resulting uncertainty and goes through some pain to discard bad runs and subtract overhead from the timings. The reported timing includes an uncertainty, so that multiple benchmarks can more easily be compared. Please note that Dumbbench works entirely with wallclock time as reported by Time::HiRes' time() function.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (24 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-Dumbbench-0.503/catalog.mk
  2. /usr/local/share/licenses/p5-Dumbbench-0.503/LICENSE
  3. /usr/local/share/licenses/p5-Dumbbench-0.503/ART10
  4. /usr/local/share/licenses/p5-Dumbbench-0.503/GPLv1+
  5. bin/dumbbench
  6. lib/perl5/site_perl/Benchmark/Dumb.pm
  7. lib/perl5/site_perl/Dumbbench.pm
  8. lib/perl5/site_perl/Dumbbench/BoxPlot.pm
  9. lib/perl5/site_perl/Dumbbench/CPUFrequencyPinner.pm
  10. lib/perl5/site_perl/Dumbbench/Instance.pm
  11. lib/perl5/site_perl/Dumbbench/Instance/Cmd.pm
  12. lib/perl5/site_perl/Dumbbench/Instance/PerlEval.pm
  13. lib/perl5/site_perl/Dumbbench/Instance/PerlSub.pm
  14. lib/perl5/site_perl/Dumbbench/Result.pm
  15. lib/perl5/site_perl/Dumbbench/Stats.pm
  16. lib/perl5/site_perl/man/man3/Benchmark::Dumb.3.gz
  17. lib/perl5/site_perl/man/man3/Dumbbench.3.gz
  18. lib/perl5/site_perl/man/man3/Dumbbench::Instance.3.gz
  19. lib/perl5/site_perl/man/man3/Dumbbench::Instance::Cmd.3.gz
  20. lib/perl5/site_perl/man/man3/Dumbbench::Instance::PerlEval.3.gz
  21. lib/perl5/site_perl/man/man3/Dumbbench::Instance::PerlSub.3.gz
  22. @owner
  23. @group
  24. @mode
Collapse this list.
Dependency lines:
  • p5-Dumbbench>0:benchmarks/p5-Dumbbench
To install the port:
cd /usr/ports/benchmarks/p5-Dumbbench/ && make install clean
To add the package, run one of these commands:
  • pkg install benchmarks/p5-Dumbbench
  • pkg install p5-Dumbbench
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-Dumbbench
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1650970067 SHA256 (Dumbbench-0.503.tar.gz) = d016019a818313e704464f280cf641ef60e8771d07791b59b99e17a1ec801fa9 SIZE (Dumbbench-0.503.tar.gz) = 33924

Packages (timestamps in pop-ups are UTC):
p5-Dumbbench
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.5030.5030.1110.5030.503-0.111-
FreeBSD:13:quarterly0.5030.5030.5030.5030.5030.5030.5030.503
FreeBSD:14:latest0.5030.5030.5030.5030.5030.503-0.503
FreeBSD:14:quarterly0.5030.503-0.5030.5030.5030.5030.503
FreeBSD:15:latest0.5030.503n/a0.503n/a0.5030.5030.503
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-Capture-Tiny>=0 : devel/p5-Capture-Tiny
  2. p5-Class-XSAccessor>=1.05 : devel/p5-Class-XSAccessor
  3. p5-Devel-CheckOS>=0 : devel/p5-Devel-CheckOS
  4. p5-Number-WithError>=1 : math/p5-Number-WithError
  5. p5-Params-Util>=0 : devel/p5-Params-Util
  6. p5-Statistics-CaseResampling>=0.06 : math/p5-Statistics-CaseResampling
  7. perl5>=5.32.r0<5.33 : lang/perl5.32
  8. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. p5-Capture-Tiny>=0 : devel/p5-Capture-Tiny
  2. p5-Class-XSAccessor>=1.05 : devel/p5-Class-XSAccessor
  3. p5-Devel-CheckOS>=0 : devel/p5-Devel-CheckOS
  4. p5-Number-WithError>=1 : math/p5-Number-WithError
  5. p5-Params-Util>=0 : devel/p5-Params-Util
  6. p5-Statistics-CaseResampling>=0.06 : math/p5-Statistics-CaseResampling
  7. perl5>=5.32.r0<5.33 : lang/perl5.32
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
benchmarks_p5-Dumbbench
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (13 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/authors/id/B/BD/BDFOY/
  2. ftp://ftp.cpan.org/pub/CPAN/authors/id/B/BD/BDFOY/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Dumbbench/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/B/BD/BDFOY/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/authors/id/B/BD/BDFOY/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/authors/id/B/BD/BDFOY/
  7. http://backpan.perl.org/authors/id/B/BD/BDFOY/
  8. http://ftp.jaist.ac.jp/pub/CPAN/authors/id/B/BD/BDFOY/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/authors/id/B/BD/BDFOY/
  10. https://cpan.metacpan.org/authors/id/B/BD/BDFOY/
  11. https://cpan.metacpan.org/modules/by-module/Dumbbench/
  12. https://www.cpan.org/authors/id/B/BD/BDFOY/
Collapse this list.

Number of commits found: 8

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.503
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.503
20 Jul 2022 14:20:56
commit hash: 86b2c5122a18d1f73e6e4e4626889fab8fb0803acommit hash: 86b2c5122a18d1f73e6e4e4626889fab8fb0803acommit hash: 86b2c5122a18d1f73e6e4e4626889fab8fb0803acommit hash: 86b2c5122a18d1f73e6e4e4626889fab8fb0803a files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
benchmarks: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Degtyarev
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
  *  Andrey Zakhvatov <andy@FreeBSD.org>
  *  Andy Clark <andrewclarkii@gmail.com>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Brad Davis <brd@FreeBSD.org>
  *  Bruce A. Mah <bmah@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.503
26 Apr 2022 15:01:17
commit hash: f314d89ea776f9868d44b0ac4df76ac60ad99901commit hash: f314d89ea776f9868d44b0ac4df76ac60ad99901commit hash: f314d89ea776f9868d44b0ac4df76ac60ad99901commit hash: f314d89ea776f9868d44b0ac4df76ac60ad99901 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
benchmarks/p5-Dumbbench: Update to 0.503

Changes:	https://metacpan.org/dist/Dumbbench/changes
0.501
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.501
17 Feb 2021 18:02:14
Revision:565556Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.501

- Update LICENSE

Changes:	https://metacpan.org/changes/distribution/Dumbbench
0.111
02 Apr 2020 12:01:26
Revision:530289Original commit files touched by this commit
sunpoet search for other commits by this committer
Cosmetic change
0.111
28 Jul 2018 13:15:41
Revision:475557Original commit files touched by this commit
sunpoet search for other commits by this committer
Add p5-Dumbbench 0.111

This module attempts to implement reasonably robust benchmarking with little
extra effort and expertise required from the user. That is to say, benchmarking
using this module is likely an improvement over

  time some-command --to --benchmark

or

  use Benchmark qw/timethis/;
  timethis(1000, 'system("some-command", ...)');

The module currently works similar to the former command line, except (in layman
terms) it will run the command many times, estimate the uncertainty of the
result and keep iterating until a certain user-defined precision has been
reached. Then, it calculates the resulting uncertainty and goes through some
pain to discard bad runs and subtract overhead from the timings. The reported
timing includes an uncertainty, so that multiple benchmarks can more easily be
compared.

Please note that Dumbbench works entirely with wallclock time as reported by
Time::HiRes' time() function.

WWW: https://metacpan.org/release/Dumbbench

Number of commits found: 8