benchmarks: latency_measure: 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:36:15 +05:30 committed by Anas Nashif
parent 6663286fd8
commit a5988f811a
2 changed files with 8 additions and 0 deletions

View File

@ -15,3 +15,7 @@ CONFIG_BT=n
#CONFIG_OBJECT_TRACING=y
#CONFIG_THREAD_MONITOR=y
CONFIG_FORCE_NO_ASSERT=y
#Disable Userspace
CONFIG_TEST_USERSPACE=n
CONFIG_TEST_HW_STACK_PROTECTION=n

View File

@ -10,3 +10,7 @@ CONFIG_SYS_CLOCK_TICKS_PER_SEC=10
# We use irq_offload(), enable it
CONFIG_IRQ_OFFLOAD=y
CONFIG_FORCE_NO_ASSERT=y
#Disable Userspace
CONFIG_TEST_USERSPACE=n
CONFIG_TEST_HW_STACK_PROTECTION=n