mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-28 13:40:28 +00:00
2282a0af37
* enable bpftrace when using stress tests update meson/stress test runner to enable running bpftrace scripts while running stress tests. * disable layered stats output on ci
31 lines
693 B
INI
31 lines
693 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
|
|
|
|
[scx_bpfland]
|
|
sched: scx_bpfland
|
|
sched_args:
|
|
stress_cmd: stress-ng -t 14 --aggressive -M -c `nproc` -f `nproc`
|
|
timeout_sec: 15
|
|
|
|
[scx_layered]
|
|
sched: scx_layered
|
|
sched_args: --run-example
|
|
stress_cmd: stress-ng -t 14 --aggressive -M -c `nproc` -f `nproc`
|
|
timeout_sec: 15
|
|
bpftrace_scripts: dsq_lat.bt,process_runqlat.bt
|