]> Sergey Matveev's repositories - public-inbox.git/blobdiff - xt/git_async_cmp.t
ds: remove fields.pm usage
[public-inbox.git] / xt / git_async_cmp.t
index 46d27b26bed57de872b21dd0de361d55fea860d9..f9c9ddefeb0cb23240397ebf58b5282e4da8910f 100644 (file)
@@ -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 {
@@ -25,7 +26,6 @@ my $async = timeit($nr, sub {
                $dig->add($$bref);
        };
        my $cat = $git->popen(@cat);
-       $git->cat_async_begin;
 
        while (<$cat>) {
                my ($oid, undef, undef) = split(/ /);