summaryrefslogtreecommitdiff
path: root/t/perf/p7000-filter-branch.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/perf/p7000-filter-branch.sh')
-rwxr-xr-xt/perf/p7000-filter-branch.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/perf/p7000-filter-branch.sh b/t/perf/p7000-filter-branch.sh
index 15ee5d1..b029586 100755
--- a/t/perf/p7000-filter-branch.sh
+++ b/t/perf/p7000-filter-branch.sh
@@ -16,4 +16,9 @@ test_perf 'noop filter' '
git filter-branch -f base..HEAD
'
+test_perf 'noop prune-empty' '
+ git checkout --detach tip &&
+ git filter-branch -f --prune-empty base..HEAD
+'
+
test_done