mirror of
https://github.com/sched-ext/scx.git
synced 2024-12-12 03:34:22 +00:00
8dd8f3f5a6
This change adds stress-ng as a load test for schedulers when running in CI. It will run stress-ng while schedulers are being tested with a reasonable amount of work. At the end of the run the stress-ng metrics are collected for later analysis. However, since these results may be running in a VM they may not be super robust.
18 lines
375 B
INI
18 lines
375 B
INI
[scx_lavd]
|
|
sched: scx_lavd
|
|
sched_args:
|
|
stress_cmd: stress-ng -t 14 --aggressive -M -c `nproc` -f `nproc`
|
|
timeout_sec: 15
|
|
|
|
[scx_rusty]
|
|
sched: scx_rusty
|
|
sched_args:
|
|
stress_cmd: stress-ng -t 14 --aggressive -M -c `nproc` -f `nproc`
|
|
timeout_sec: 15
|
|
|
|
[scx_rustland]
|
|
sched: scx_rustland
|
|
sched_args:
|
|
stress_cmd: stress-ng -t 14 --aggressive -M -c `nproc` -f `nproc`
|
|
timeout_sec: 15
|