Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Dumbbench | Distribution: openSUSE Tumbleweed |
Version: 0.504.0 | Vendor: openSUSE |
Release: 1.2 | Build date: Wed Jul 10 07:29:29 2024 |
Group: Unspecified | Build host: reproducible |
Size: 89442 | Source RPM: perl-Dumbbench-0.504.0-1.2.src.rpm |
Packager: http://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
* Wed Jul 10 2024 Tina Müller <[email protected]> - updated to 0.504.0 (0.504) see /usr/share/doc/packages/perl-Dumbbench/Changes 0.504 2024-07-09T15:31:31Z * use the 'name' parameter in examples, from Alceu Rodrigues de Freitas Junior (#21) * make the SOOT features depend on the availability of SOOT, in the xt/ tests * make a couple of xt/ tests TODO since comparative timings are too close to be compared stably. * Fri Apr 22 2022 Tina Müller <[email protected]> - 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 <[email protected]> - 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 [email protected] - initial package 0.111 * created by cpanspec 1.78.08
/usr/bin/dumbbench /usr/lib/perl5/vendor_perl/5.40.0/Benchmark /usr/lib/perl5/vendor_perl/5.40.0/Benchmark/Dumb.pm /usr/lib/perl5/vendor_perl/5.40.0/Dumbbench /usr/lib/perl5/vendor_perl/5.40.0/Dumbbench.pm /usr/lib/perl5/vendor_perl/5.40.0/Dumbbench/BoxPlot.pm /usr/lib/perl5/vendor_perl/5.40.0/Dumbbench/CPUFrequencyPinner.pm /usr/lib/perl5/vendor_perl/5.40.0/Dumbbench/Instance /usr/lib/perl5/vendor_perl/5.40.0/Dumbbench/Instance.pm /usr/lib/perl5/vendor_perl/5.40.0/Dumbbench/Instance/Cmd.pm /usr/lib/perl5/vendor_perl/5.40.0/Dumbbench/Instance/PerlEval.pm /usr/lib/perl5/vendor_perl/5.40.0/Dumbbench/Instance/PerlSub.pm /usr/lib/perl5/vendor_perl/5.40.0/Dumbbench/Result.pm /usr/lib/perl5/vendor_perl/5.40.0/Dumbbench/Stats.pm /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, Mon Dec 9 23:39:48 2024