public-inbox.git  about / heads / tags
an "archives first" approach to mailing lists
blob bf46e1660875e6501efdaa66e360bc9f57fa3fff 363 bytes (raw)
$ git show HEAD:devel/longest-tests	# shows this blob on the CLI

1
2
3
4
5
6
7
 
eval 'exec perl -wS $0 ${1+"$@"}' # this script is too short to copyright
if 0; # running under some shell
use v5.12; use autodie; use YAML::XS qw(Load);
open(my $fh, '<', shift // '.prove');
my $t = Load(do { local $/; <$fh> })->{tests};
my @t = sort { $t->{$b}->{elapsed} <=> $t->{$a}->{elapsed} } keys %$t;
printf "%0.6f %s\n", $t->{$_}->{elapsed}, $_ for @t;

git clone https://public-inbox.org/public-inbox.git
git clone http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git