Skip to content

Commit

Permalink
checkout-index: add performance test for checkout-index --all
Browse files Browse the repository at this point in the history
`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 <vdye@github.com>
  • Loading branch information
vdye authored and derrickstolee committed Oct 30, 2021
1 parent 688b8ec commit cbaced7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/perf/p2000-sparse-operations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ test_perf_on_all git checkout -f -
test_perf_on_all git reset
test_perf_on_all git reset --hard
test_perf_on_all git reset -- does-not-exist
test_perf_on_all git checkout-index -f --all
test_perf_on_all git update-index --add --remove
test_perf_on_all git diff
test_perf_on_all git diff --staged
Expand Down

0 comments on commit cbaced7

Please sign in to comment.