about summary refs log tree commit homepage
path: root/xt/git_async_cmp.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/git_async_cmp.t')
-rw-r--r--xt/git_async_cmp.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/xt/git_async_cmp.t b/xt/git_async_cmp.t
index 8f8d1cf4..f9c9ddef 100644
--- a/xt/git_async_cmp.t
+++ b/xt/git_async_cmp.t
@@ -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 {