From fc40d495d69535da3f24025e34bb17b37b757c01 Mon Sep 17 00:00:00 2001 From: TXuian <1163589503@qq.com> Date: Wed, 7 Dec 2022 17:49:37 +0800 Subject: [PATCH] add benchmark to app. TODO: test benchmark. --- .../Applications/benchmark/support/benchmark.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/APP_Framework/Applications/benchmark/support/benchmark.c b/APP_Framework/Applications/benchmark/support/benchmark.c index cb8e6851f..490cd6406 100644 --- a/APP_Framework/Applications/benchmark/support/benchmark.c +++ b/APP_Framework/Applications/benchmark/support/benchmark.c @@ -53,12 +53,12 @@ BenchmarkPair bmh_list[] = { {.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 = &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];