tests: thread_metric: Disable memory slab ptr validation
Disabling the memory slab pointer validation improves the performance of the memory allocation sub-test by about 9%. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
This commit is contained in:
parent
869acdbbab
commit
e96626944b
1 changed files with 3 additions and 0 deletions
|
@ -23,3 +23,6 @@ CONFIG_PICOLIBC_USE_MODULE=y
|
|||
|
||||
# Disable Thread Local Storage for better context switching times
|
||||
CONFIG_THREAD_LOCAL_STORAGE=n
|
||||
|
||||
# Disable memory slab pointer validation
|
||||
CONFIG_MEM_SLAB_POINTER_VALIDATE=n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue