benchmarks: sys_kernel: Disable userspace for benchmarks

Disable userspace for benchmarks because it changes the KPI
numbers. It will be re-enabled once the required code is
in place.

Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
This commit is contained in:
Adithya Baglody 2018-05-31 10:38:58 +05:30 committed by Anas Nashif
parent a9dda77f61
commit 2182178bae
1 changed files with 4 additions and 0 deletions

View File

@ -7,3 +7,7 @@ CONFIG_SYS_CLOCK_TICKS_PER_SEC=1
CONFIG_MAIN_STACK_SIZE=16384
CONFIG_FORCE_NO_ASSERT=y
#Disable Userspace
CONFIG_TEST_USERSPACE=n
CONFIG_TEST_HW_STACK_PROTECTION=n