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:
parent
b466e579a3
commit
2a706d9f20
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue