2017-04-05 11:11:22 +08:00
|
|
|
tests:
|
2019-12-02 01:29:43 +08:00
|
|
|
kernel.scheduler:
|
2019-10-03 01:59:02 +08:00
|
|
|
filter: not CONFIG_SCHED_MULTIQ
|
2019-03-28 01:12:11 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_TIMESLICING=y
|
2019-06-12 07:13:45 +08:00
|
|
|
min_ram: 40
|
|
|
|
tags: kernel threads sched userspace
|
2019-12-02 01:29:43 +08:00
|
|
|
kernel.scheduler.no_timeslicing:
|
2019-10-03 01:59:02 +08:00
|
|
|
filter: not CONFIG_SCHED_MULTIQ
|
2019-03-28 01:12:11 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_TIMESLICING=n
|
2019-06-12 07:13:45 +08:00
|
|
|
min_ram: 40
|
|
|
|
tags: kernel threads sched userspace
|
2019-12-02 01:29:43 +08:00
|
|
|
kernel.scheduler.multiq:
|
2019-06-12 05:14:18 +08:00
|
|
|
extra_args: CONF_FILE=prj_multiq.conf
|
2019-03-28 01:12:11 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_TIMESLICING=y
|
2019-06-12 07:13:45 +08:00
|
|
|
min_ram: 40
|
|
|
|
tags: kernel threads sched userspace
|
2019-12-02 01:29:43 +08:00
|
|
|
kernel.scheduler.multiq_no_timeslicing:
|
2019-06-12 05:14:18 +08:00
|
|
|
extra_args: CONF_FILE=prj_multiq.conf
|
2019-03-28 01:12:11 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_TIMESLICING=n
|
2019-06-12 07:13:45 +08:00
|
|
|
min_ram: 40
|
|
|
|
tags: kernel threads sched userspace
|