Commit d7a45a29 authored by Daniel Leung's avatar Daniel Leung Committed by Henrik Brix Andersen
Browse files

tests: benchmarks/latency: limit CPU to 1 for Intel ADSP ACE4.0



Due to addition of busy threads running on other cores, and
the simulator runs in single thread bouncing through all cores,
we are wasting quite a bit of time just busy waiting. This makes
each simulator run too long for CI. So limit CPU number to 1.

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent 46a532c0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
# Due to addition of busy threads running on other cores,
# and the simulator runs in single thread bouncing through
# all cores, we are wasting quite a bit of time just busy
# waiting. This makes each simulator run too long for CI.
# So limit CPU number to 1.
CONFIG_MP_MAX_NUM_CPUS=1