X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=xt%2Fgit_async_cmp.t;h=a7a94c2debc3810ffe295e2910c6a7af6d6389a5;hb=e98c3f01267c810ee214be87d0ee1bd575b23b88;hp=8f8d1cf4d01e12e21740e3c1de2a5f560052ace2;hpb=eeeae20893a2595631359e719eadac9686572734;p=public-inbox.git diff --git a/xt/git_async_cmp.t b/xt/git_async_cmp.t index 8f8d1cf4..a7a94c2d 100644 --- a/xt/git_async_cmp.t +++ b/xt/git_async_cmp.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; @@ -18,6 +18,7 @@ if (require_git(2.19, 1)) { } my @dig; my $nr = $ENV{NR} || 1; +diag "NR=$nr"; my $async = timeit($nr, sub { my $dig = Digest::SHA->new(1); my $cb = sub {