mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 04:53:36 +01:00
sched_ext: Documentation: Update instructions for running example schedulers
Since the artifact paths for tools changed, we need to update the documentation to reflect that path. Signed-off-by: Devaansh-Kumar <devaanshk840@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
9b671793c7
commit
e0ed52154e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ BPF scheduler and reverts all tasks back to CFS.
|
|||
.. code-block:: none
|
||||
|
||||
# make -j16 -C tools/sched_ext
|
||||
# tools/sched_ext/scx_simple
|
||||
# tools/sched_ext/build/bin/scx_simple
|
||||
local=0 global=3
|
||||
local=5 global=24
|
||||
local=9 global=44
|
||||
|
|
Loading…
Reference in a new issue