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:
Peter Mitsis 2024-12-11 14:02:41 -08:00 committed by Benjamin Cabé
commit e96626944b

View file

@ -23,3 +23,6 @@ CONFIG_PICOLIBC_USE_MODULE=y
# Disable Thread Local Storage for better context switching times # Disable Thread Local Storage for better context switching times
CONFIG_THREAD_LOCAL_STORAGE=n CONFIG_THREAD_LOCAL_STORAGE=n
# Disable memory slab pointer validation
CONFIG_MEM_SLAB_POINTER_VALIDATE=n