benchmarks: latency_measure: set number of CPU to 1

The latency measurement are not designed to run on multiple CPUs,
so limit it to just 1 CPU.

Fixes #26264

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2020-06-30 14:44:45 -07:00 committed by Johan Hedberg
commit 2a706d9f20

View file

@ -18,3 +18,6 @@ CONFIG_COVERAGE=n
# Disable system power management # Disable system power management
CONFIG_SYS_POWER_MANAGEMENT=n CONFIG_SYS_POWER_MANAGEMENT=n
# Can only run under 1 CPU
CONFIG_MP_NUM_CPUS=1