add benchmark to app. TODO: test benchmark.
This commit is contained in:
parent
09f449201e
commit
002778961d
|
@ -57,7 +57,7 @@ BenchmarkPair bmh_list[] = {
|
||||||
{.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}, //
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue