aboutsummaryrefslogtreecommitdiffstats
path: root/t/perf/p2000-sparse-operations.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-04-17 18:05:11 -0700
committerJunio C Hamano <gitster@pobox.com>2023-04-17 18:05:11 -0700
commitd47ee0a5653441ae727e22b8985c517132c42d4c (patch)
treeb592b8cdf13ac59f1f118579f298b5e033fd35fb /t/perf/p2000-sparse-operations.sh
parentThe ninth batch (diff)
parentwrite-tree: integrate with sparse index (diff)
downloadgit-d47ee0a5653441ae727e22b8985c517132c42d4c.tar.gz
git-d47ee0a5653441ae727e22b8985c517132c42d4c.zip
Merge branch 'sl/sparse-write-tree'
"git write-tree" learns to work better with sparse-index. * sl/sparse-write-tree: write-tree: integrate with sparse index
Diffstat (limited to 't/perf/p2000-sparse-operations.sh')
-rwxr-xr-xt/perf/p2000-sparse-operations.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/perf/p2000-sparse-operations.sh b/t/perf/p2000-sparse-operations.sh
index e4a132f593..f7bdba90c5 100755
--- a/t/perf/p2000-sparse-operations.sh
+++ b/t/perf/p2000-sparse-operations.sh
@@ -125,5 +125,6 @@ test_perf_on_all git checkout-index -f --all
test_perf_on_all git update-index --add --remove $SPARSE_CONE/a
test_perf_on_all "git rm -f $SPARSE_CONE/a && git checkout HEAD -- $SPARSE_CONE/a"
test_perf_on_all git grep --cached bogus -- "f2/f1/f1/*"
+test_perf_on_all git write-tree
test_done