From: Ævar Arnfjörð Bjarmason Date: Thu, 11 May 2017 09:41:07 +0000 (+0000) Subject: perf: add function to setup a fresh test repo X-Git-Tag: v2.14.0-rc0~146^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/91de27c54a6ede76b3859bc89f4c387705025f6e?ds=inline;hp=91de27c54a6ede76b3859bc89f4c387705025f6e perf: add function to setup a fresh test repo Add a function to setup a fresh test repo via 'git init' to compliment the existing functions to copy over a normal & large repo. Some performance tests don't need any existing repository data at all to be significant, e.g. tests which stress glob matches against single pathological revisions or files, which I'm about to add in a subsequent commit. Signed-off-by: Ævar Arnfjörð Bjarmason Reviewed-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---