3 test_description
='performance of filter-branch'
9 test_expect_success
'mark bases for tests' '
11 git tag -f base HEAD~100
14 test_perf
'noop filter' '
15 git checkout --detach tip &&
16 git filter-branch -f base..HEAD
19 test_perf
'noop prune-empty' '
20 git checkout --detach tip &&
21 git filter-branch -f --prune-empty base..HEAD