add benchmark to app. TODO: test benchmark.

This commit is contained in:
TXuian 2022-12-07 16:01:03 +08:00
parent 9c6ac61f90
commit 2293694b05
1 changed files with 7 additions and 7 deletions

View File

@ -42,10 +42,10 @@ BenchmarkPair bmh_list[] = {
{.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}, //
{.handle = &nobody_handle, .name = "nobody", .time = 0}, // // {.handle = &nobody_handle, .name = "nobody", .time = 0}, //
{.handle = &nettle_aes_handle, .name = "nettle-aes", .time = 0}, // // {.handle = &nettle_aes_handle, .name = "nettle-aes", .time = 0}, //
// {.handle = &nettle_sha256_handle, .name = "nettle-sha256", .time = 0}, // // {.handle = &nettle_sha256_handle, .name = "nettle-sha256", .time = 0}, //
// {.handle = &libnsichneu_handle, .name = "libnsichneu", .time = 0}, // // {.handle = &libnsichneu_handle, .name = "libnsichneu", .time = 0}, //
// {.handle = &picojpeg_handle, .name = "picojpeg", .time = 0}, // // {.handle = &picojpeg_handle, .name = "picojpeg", .time = 0}, //