diff --git a/ref_app/src/app/benchmark/app_benchmark.h b/ref_app/src/app/benchmark/app_benchmark.h index 4af1076d1..57f6b8007 100644 --- a/ref_app/src/app/benchmark/app_benchmark.h +++ b/ref_app/src/app/benchmark/app_benchmark.h @@ -9,13 +9,13 @@ #define APP_BENCHMARK_TYPE_FLOAT 5 #define APP_BENCHMARK_TYPE_WIDE_INTEGER 6 - //#define APP_BENCHMARK_TYPE APP_BENCHMARK_TYPE_NONE + #define APP_BENCHMARK_TYPE APP_BENCHMARK_TYPE_NONE //#define APP_BENCHMARK_TYPE APP_BENCHMARK_TYPE_COMPLEX //#define APP_BENCHMARK_TYPE APP_BENCHMARK_TYPE_CRC //#define APP_BENCHMARK_TYPE APP_BENCHMARK_TYPE_FILTER //#define APP_BENCHMARK_TYPE APP_BENCHMARK_TYPE_FIXED_POINT //#define APP_BENCHMARK_TYPE APP_BENCHMARK_TYPE_FLOAT - #define APP_BENCHMARK_TYPE APP_BENCHMARK_TYPE_WIDE_INTEGER + //#define APP_BENCHMARK_TYPE APP_BENCHMARK_TYPE_WIDE_INTEGER namespace app { namespace benchmark {