add benchmark to app. TODO: test benchmark.
This commit is contained in:
parent
d4cd8889bc
commit
b9d39e53fe
|
@ -37,7 +37,7 @@ typedef struct BenchmarkPair {
|
|||
|
||||
BenchmarkPair bmh_list[] = {
|
||||
{.handle = &mont64_handle, .name = "mont", .time = 0}, //
|
||||
// {.handle = &crc32_handle, .name = "crc32", .time = 0}, //
|
||||
{.handle = &crc32_handle, .name = "crc32", .time = 0}, //
|
||||
// {.handle = &md5_handle, .name = "md5sum", .time = 0}, //
|
||||
// {.handle = &cubic_handle, .name = "cubic", .time = 0}, //
|
||||
// {.handle = &edn_handle, .name = "edn", .time = 0}, //
|
||||
|
|
Loading…
Reference in New Issue