Skip to content

Commit d7a45a2

Browse files
dcpleunghenrikbrixandersen
authored andcommitted
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: Daniel Leung <[email protected]>
1 parent 46a532c commit d7a45a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Due to addition of busy threads running on other cores,
2+
# and the simulator runs in single thread bouncing through
3+
# all cores, we are wasting quite a bit of time just busy
4+
# waiting. This makes each simulator run too long for CI.
5+
# So limit CPU number to 1.
6+
CONFIG_MP_MAX_NUM_CPUS=1

0 commit comments

Comments
 (0)