add benchmark to app. TODO: test benchmark.

This commit is contained in:
TXuian 2022-12-07 16:46:42 +08:00
parent 4efb49e87c
commit 0b48f3240c
1 changed files with 6 additions and 6 deletions

View File

@ -55,9 +55,9 @@ BenchmarkPair bmh_list[] = {
// {.handle = &slre_handle, .name = "slre", .time = 0}, // // {.handle = &slre_handle, .name = "slre", .time = 0}, //
{.handle = &libst_handle, .name = "libst", .time = 0}, // {.handle = &libst_handle, .name = "libst", .time = 0}, //
{.handle = &statemate_handle, .name = "statemate", .time = 0}, // {.handle = &statemate_handle, .name = "statemate", .time = 0}, //
// {.handle = &tarfind_handle, .name = "tarfind", .time = 0}, // {.handle = &tarfind_handle, .name = "tarfind", .time = 0}, //
// {.handle = &libud_handle, .name = "libud", .time = 0}, // {.handle = &libud_handle, .name = "libud", .time = 0}, //
// {.handle = &libwikisort_handle, .name = "libwikisort", .time = 0}, // {.handle = &libwikisort_handle, .name = "libwikisort", .time = 0}, //
{.handle = NULL, .name = "", .time = 0}, // {.handle = NULL, .name = "", .time = 0}, //
}; };