Bencher-Backend
view release on metacpan or search on metacpan
lib/Bencher/Formatter/RoundNumbers.pm view on Meta::CPAN
package Bencher::Formatter::RoundNumbers;
use 5.010001;
use strict;
use warnings;
#use Log::Any::IfLOG '$log';
use parent qw(Bencher::Formatter);
use Math::ScientificNotation::Util qw(sci2dec);
use Scalar::Util qw(looks_like_number);
use Role::Tiny::With;
with 'Bencher::Role::ResultMunger';
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-07-08'; # DATE
our $DIST = 'Bencher-Backend'; # DIST
our $VERSION = '1.063'; # VERSION
sub munge_result {
( run in 0.387 second using v1.01-cache-2.11-cpan-607d282f910 )