From 4efb49e87c1f341eb397c84f30664c21ac6a8043 Mon Sep 17 00:00:00 2001 From: TXuian <1163589503@qq.com> Date: Wed, 7 Dec 2022 16:44:29 +0800 Subject: [PATCH] add benchmark to app. TODO: test benchmark. --- APP_Framework/Applications/benchmark/support/benchmark.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/APP_Framework/Applications/benchmark/support/benchmark.c b/APP_Framework/Applications/benchmark/support/benchmark.c index 9375932d6..d4be3d505 100644 --- a/APP_Framework/Applications/benchmark/support/benchmark.c +++ b/APP_Framework/Applications/benchmark/support/benchmark.c @@ -50,11 +50,11 @@ BenchmarkPair bmh_list[] = { {.handle = &libnsichneu_handle, .name = "libnsichneu", .time = 0}, // {.handle = &picojpeg_handle, .name = "picojpeg", .time = 0}, // {.handle = &primecount_handle, .name = "primecount", .time = 0}, // - // {.handle = &qrtest_handle, .name = "qrtest", .time = 0}, // - // {.handle = &combined_handle, .name = "combined", .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 = &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}, //