| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-Dumbbench | Distribution: SUSE Linux Enterprise 15 SP5 |
| Version: 0.503 | Vendor: openSUSE |
| Release: bp155.1.4 | Build date: Wed May 17 16:16:08 2023 |
| Group: Unspecified | Build host: lamb03 |
| Size: 90105 | Source RPM: perl-Dumbbench-0.503-bp155.1.4.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://metacpan.org/release/Dumbbench | |
| Summary: More reliable benchmarking with the least amount of thinking | |
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.
Artistic-1.0 OR GPL-1.0-or-later
* Fri Apr 22 2022 Tina Müller <timueller+perl@suse.de>
- updated to 0.503
see /usr/share/doc/packages/perl-Dumbbench/Changes
0.503 2022-04-21T08:47:35Z
* xenu replaced time() with clock_gettime(CLOCK_MONOTONIC) GitHub #11
* Tue Feb 16 2021 Tina Müller <timueller+perl@suse.de>
- updated to 0.501
see /usr/share/doc/packages/perl-Dumbbench/Changes
0.501 2021-02-15T16:39:38Z
* Align the rates and precision separately (Github #4). This changes
the data structure that cmpthese returns by inserting a column in
each row.
* Mon Jul 16 2018 coolo@suse.com
- initial package 0.111
* created by cpanspec 1.78.08
/usr/bin/dumbbench /usr/lib/perl5/vendor_perl/5.26.1/Benchmark /usr/lib/perl5/vendor_perl/5.26.1/Benchmark/Dumb.pm /usr/lib/perl5/vendor_perl/5.26.1/Dumbbench /usr/lib/perl5/vendor_perl/5.26.1/Dumbbench.pm /usr/lib/perl5/vendor_perl/5.26.1/Dumbbench/BoxPlot.pm /usr/lib/perl5/vendor_perl/5.26.1/Dumbbench/CPUFrequencyPinner.pm /usr/lib/perl5/vendor_perl/5.26.1/Dumbbench/Instance /usr/lib/perl5/vendor_perl/5.26.1/Dumbbench/Instance.pm /usr/lib/perl5/vendor_perl/5.26.1/Dumbbench/Instance/Cmd.pm /usr/lib/perl5/vendor_perl/5.26.1/Dumbbench/Instance/PerlEval.pm /usr/lib/perl5/vendor_perl/5.26.1/Dumbbench/Instance/PerlSub.pm /usr/lib/perl5/vendor_perl/5.26.1/Dumbbench/Result.pm /usr/lib/perl5/vendor_perl/5.26.1/Dumbbench/Stats.pm /usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi /usr/share/doc/packages/perl-Dumbbench /usr/share/doc/packages/perl-Dumbbench/Changes /usr/share/doc/packages/perl-Dumbbench/examples /usr/share/doc/packages/perl-Dumbbench/examples/TryPackage.pm /usr/share/doc/packages/perl-Dumbbench/examples/cmpthese.pl /usr/share/doc/packages/perl-Dumbbench/examples/negative_rate.pl /usr/share/doc/packages/perl-Dumbbench/examples/timethese.pl /usr/share/licenses/perl-Dumbbench /usr/share/licenses/perl-Dumbbench/LICENSE /usr/share/man/man3/Benchmark::Dumb.3pm.gz /usr/share/man/man3/Dumbbench.3pm.gz /usr/share/man/man3/Dumbbench::Instance.3pm.gz /usr/share/man/man3/Dumbbench::Instance::Cmd.3pm.gz /usr/share/man/man3/Dumbbench::Instance::PerlEval.3pm.gz /usr/share/man/man3/Dumbbench::Instance::PerlSub.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jul 24 19:26:09 2026