Skip to content

Commit 61c3288

Browse files
committed
checkout-index: add performance test for checkout-index --all
`git checkout-index --all` is a subcommand of `git stash`, so it is helpful to verify the performance of that particular usage. Signed-off-by: Victoria Dye <[email protected]>
1 parent 50367bf commit 61c3288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/perf/p2000-sparse-operations.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ test_perf_on_all git commit -a -m A
112112
test_perf_on_all git checkout -f -
113113
test_perf_on_all git reset
114114
test_perf_on_all git reset --hard
115+
test_perf_on_all git checkout-index -f --all
115116
test_perf_on_all git update-index --add --remove
116117
test_perf_on_all git diff
117118
test_perf_on_all git diff --staged

0 commit comments

Comments
 (0)