Skip to content

Commit

Permalink
benchmarks: timing_info: Disable userspace for benchmarks
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
AdithyaBaglody authored and nashif committed May 31, 2018
1 parent 2182178 commit 8bbf0fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/benchmarks/timing_info/prj.conf
Expand Up @@ -4,3 +4,7 @@ CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_HEAP_MEM_POOL_SIZE=256
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_FORCE_NO_ASSERT=y

#Disable Userspace
CONFIG_TEST_USERSPACE=n
CONFIG_TEST_HW_STACK_PROTECTION=n

0 comments on commit 8bbf0fd

Please sign in to comment.