p7300: add performance tests for clean
authorErik Elfström <erik.elfstrom@gmail.com>
Mon, 15 Jun 2015 19:39:54 +0000 (21:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Jun 2015 20:14:18 +0000 (13:14 -0700)
The tests are run in dry-run mode to avoid having to restore the test
directories for each timed iteration. Using dry-run is an acceptable
compromise since we are mostly interested in the initial computation
of what to clean and not so much in the cleaning it self.

Signed-off-by: Erik Elfström <erik.elfstrom@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found