summaryrefslogtreecommitdiff
path: root/t/helper/test-hash-speed.c
AgeCommit message (Collapse)AuthorFilesLines
2018-11-14t/helper: add a test helper to compute hash speedLibravatar brian m. carlson1-0/+61
Add a utility (which is less for the testsuite and more for developers) that can compute hash speeds for whatever hash algorithms are implemented. This allows developers to test their personal systems to determine the performance characteristics of various algorithms. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>