add benchmark to app. TODO: test benchmark.
This commit is contained in:
parent
ee849ad76d
commit
95b6058cdd
|
@ -52,13 +52,13 @@ BenchmarkPair bmh_list[] = {
|
|||
{.handle = &primecount_handle, .name = "primecount", .time = 0}, //
|
||||
{.handle = &qrtest_handle, .name = "qrtest", .time = 0}, //
|
||||
{.handle = &combined_handle, .name = "combined", .time = 0}, //
|
||||
// {.handle = &slre_handle, .name = "slre", .time = 0}, //
|
||||
{.handle = &libst_handle, .name = "libst", .time = 0}, //
|
||||
{.handle = &statemate_handle, .name = "statemate", .time = 0}, //
|
||||
{.handle = &tarfind_handle, .name = "tarfind", .time = 0}, //
|
||||
{.handle = &libud_handle, .name = "libud", .time = 0}, //
|
||||
{.handle = &libwikisort_handle, .name = "libwikisort", .time = 0}, //
|
||||
{.handle = NULL, .name = "", .time = 0}, //
|
||||
{.handle = &slre_handle, .name = "slre", .time = 0}, //
|
||||
{.handle = &libst_handle, .name = "libst", .time = 0}, //
|
||||
{.handle = &statemate_handle, .name = "statemate", .time = 0}, //
|
||||
{.handle = &tarfind_handle, .name = "tarfind", .time = 0}, //
|
||||
{.handle = &libud_handle, .name = "libud", .time = 0}, //
|
||||
{.handle = &libwikisort_handle, .name = "libwikisort", .time = 0}, //
|
||||
{.handle = NULL, .name = "", .time = 0}, //
|
||||
};
|
||||
|
||||
float benchmark_time[25];
|
||||
|
|
Loading…
Reference in New Issue