Commit c59fc38
committed
t/perf/p2000: add perf test for git-rm
The `p2000` tests demonstrate a ~96% execution time reduction for
'git rm' using a sparse index.
Test before after
-------------------------------------------------------------
2000.74: git rm -f f2/f4/a (full-v3) 0.66 0.88 +33.0%
2000.75: git rm -f f2/f4/a (full-v4) 0.67 0.75 +12.0%
2000.76: git rm -f f2/f4/a (sparse-v3) 1.99 0.08 -96.0%
2000.77: git rm -f f2/f4/a (sparse-v4) 2.06 0.07 -96.6%
Signed-off-by: Shaoxuan Yuan <[email protected]>1 parent 46e9a7a commit c59fc38
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
0 commit comments