Skip to content

Commit 4f5cb33

Browse files
committed
p2000: add performance test for git stash
Signed-off-by: Victoria Dye <[email protected]>
1 parent 5946795 commit 4f5cb33

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
@@ -106,6 +106,7 @@ test_perf_on_all () {
106106
}
107107

108108
test_perf_on_all git status
109+
test_perf_on_all 'git stash && git stash pop'
109110
test_perf_on_all git add -A
110111
test_perf_on_all git add .
111112
test_perf_on_all git commit -a -m A

0 commit comments

Comments
 (0)