add benchmark to app. TODO: test benchmark.

This commit is contained in:
TXuian 2022-12-07 16:06:11 +08:00
parent 4b8c9dc8ad
commit bd46910209
1 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,9 @@ typedef struct BenchmarkPair {
BenchmarkPair bmh_list[] = { BenchmarkPair bmh_list[] = {
{.handle = &mont64_handle, .name = "mont", .time = 0}, // {.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 = &md5_handle, .name = "md5sum", .time = 0}, //
{.handle = &cubic_handle, .name = "cubic", .time = 0}, // {.handle = &cubic_handle, .name = "cubic", .time = 0}, //
// {.handle = &edn_handle, .name = "edn", .time = 0}, // {.handle = &edn_handle, .name = "edn", .time = 0}, //
// {.handle = &huffbench_handle, .name = "huffbench", .time = 0}, // // {.handle = &huffbench_handle, .name = "huffbench", .time = 0}, //
// {.handle = &matmult_int_handle, .name = "matmult-int", .time = 0}, // // {.handle = &matmult_int_handle, .name = "matmult-int", .time = 0}, //
// {.handle = &libminver_handle, .name = "libminver", .time = 0}, // // {.handle = &libminver_handle, .name = "libminver", .time = 0}, //