Skip to content

Commit

Permalink
Deactivate benchmark via compiler switch.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Dec 30, 2018
1 parent 7ab9430 commit 913653e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ref_app/src/app/benchmark/app_benchmark.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 913653e

Please sign in to comment.