Jeff King <peff@xxxxxxxx> writes: > However, I wondered... > >> +test_perf "nonatomic push" ' >> + git push ./target-repo.git branch-{1..1000} && >> + git push --delete ./target-repo.git branch-{1..1000} >> +' Is this a bash-and-ksh-only test? At least, the above would not try to push 1000 branches with the version of dash I have.