From 80116f1413944a00d9913cf4e24366a0df9c9950 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 26 Apr 2021 17:10:44 -0400 Subject: [PATCH] tests: benchmarks: footprints: this is not a test Do not configure this as a test, this will change footprint drastically and will skew results and tracking. Signed-off-by: Anas Nashif --- tests/benchmarks/footprints/prj.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/benchmarks/footprints/prj.conf b/tests/benchmarks/footprints/prj.conf index 0b59ae6b784..5e05c2fb276 100644 --- a/tests/benchmarks/footprints/prj.conf +++ b/tests/benchmarks/footprints/prj.conf @@ -1,5 +1,6 @@ -CONFIG_TEST=y CONFIG_HEAP_MEM_POOL_SIZE=256 CONFIG_MAIN_STACK_SIZE=2048 CONFIG_MP_NUM_CPUS=1 CONFIG_THREAD_NAME=y +CONFIG_LOG=y +CONFIG_LOG_MODE_MINIMAL=y