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:
parent
6663286fd8
commit
a5988f811a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue