git/t/helper/test-hash-speed.c

#include "test-tool.h"
#include "hash.h"

#define NUM_SECONDS

static inline void compute_hash(const struct git_hash_algo *algo, git_hash_ctx *ctx, uint8_t *final, const void *p, size_t len)
{}

int cmd__hash_speed(int ac, const char **av)
{}