App-BencherUtils
view release on metacpan or search on metacpan
script/list-bencher-results view on Meta::CPAN
#!perl
# Note: This script is a CLI for Riap function /App/BencherUtils/list_bencher_results
# and generated automatically using Perinci::CmdLine::Gen version 0.501
use 5.010001;
use strict;
use warnings;
use Perinci::CmdLine::Any;
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2022-08-24'; # DATE
our $DIST = 'App-BencherUtils'; # DIST
our $VERSION = '0.245'; # VERSION
my $cmdline = Perinci::CmdLine::Any->new(
url => "/App/BencherUtils/list_bencher_results",
program_name => "list-bencher-results",
config_filename => ["bencher.conf", "list-bencher-results.conf"],
use_utf8 => 1,
);
$cmdline->run;
# ABSTRACT: List results in results directory
# PODNAME: list-bencher-results
__END__
=pod
=encoding UTF-8
=head1 NAME
list-bencher-results - List results in results directory
=head1 VERSION
This document describes version 0.245 of list-bencher-results (from Perl distribution App-BencherUtils), released on 2022-08-24.
=head1 SYNOPSIS
B<list-bencher-results> [B<--config-path>=I<path>|B<-c>|B<--no-config>|B<-C>] [B<--config-profile>=I<profile>|B<-P>] [B<--detail>|B<-l>|B<--no-detail>|B<--nodetail>] [(B<--exclude-scenario>=I<str>)+|B<--exclude-scenarios-json>=I<json>] [B<--fmt>|B<--...
See examples in the L</EXAMPLES> section.
=head1 OPTIONS
C<*> marks required options.
=head2 Main options
=over
=item B<--detail>, B<-l>
=item B<--query-json>=I<s>
See C<--query>.
Can also be specified as the 1st command-line argument and onwards.
=item B<--query>=I<s@>
Can also be specified as the 1st command-line argument and onwards.
Can be specified multiple times.
=item B<--result-dir>=I<s>*
Directory to store results files in.
=back
=head2 Configuration options
=over
=item B<--config-path>=I<s>, B<-c>
Set path to configuration file.
Can actually be specified multiple times to instruct application to read from
multiple configuration files (and merge them).
=item B<--config-profile>=I<s>, B<-P>
Set configuration profile to use.
A single configuration file can contain profiles, i.e. alternative sets of
values that can be selected. For example:
[profile=dev]
username=foo
pass=beaver
( run in 2.696 seconds using v1.01-cache-2.11-cpan-75ffa21a3d4 )