]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/helper/test-tool.c
t/helper: add a test helper to compute hash speed
[thirdparty/git.git] / t / helper / test-tool.c
index 6b5836dc1b93b85333f2acb9cf1717a4462e209c..e009c8186d72dc818e91323c6e272e49ad0a9b3c 100644 (file)
@@ -20,6 +20,7 @@ static struct test_cmd cmds[] = {
        { "example-decorate", cmd__example_decorate },
        { "genrandom", cmd__genrandom },
        { "hashmap", cmd__hashmap },
+       { "hash-speed", cmd__hash_speed },
        { "index-version", cmd__index_version },
        { "json-writer", cmd__json_writer },
        { "lazy-init-name-hash", cmd__lazy_init_name_hash },