about summary refs log tree commit homepage
path: root/xt/git_async_cmp.t
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-06-10 07:04:44 +0000
committerEric Wong <e@yhbt.net>2020-06-13 07:55:45 +0000
commit27f17d80e4e8e15b5e7d50045b1853ec7bdb4b3b (patch)
tree943bd870bdae4690f3b18052a90465702d816afa /xt/git_async_cmp.t
parent3be137e00841a1b888e9b6bbbd371a040c865bab (diff)
downloadpublic-inbox-27f17d80e4e8e15b5e7d50045b1853ec7bdb4b3b.tar.gz
This will make it easier to show parameters used for testing
and potential tweaks to be made.
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 {