Skip to content

Commit e0ce096

Browse files
ycsinnashif
authored andcommitted
tests: benchmarks/sched: limit CPU to 1 for Intel ADSP ACE
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]> Signed-off-by: Yong Cong Sin <[email protected]>
1 parent 927420a commit e0ce096

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-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
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
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)