Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scx_rustland: cleanups #299

Merged
merged 3 commits into from
May 20, 2024
Merged

scx_rustland: cleanups #299

merged 3 commits into from
May 20, 2024

Conversation

arighi
Copy link
Contributor

@arighi arighi commented May 20, 2024

No functional changes, just some code cleanup, remove dead code and also report nr_running to stdout.

Andrea Righi added 3 commits May 19, 2024 07:51
The dynamic slice boost is not used anymore in the code, so there is no
reason to keep evaluating it.

Moreover, using it instead of the static slice boost seems to make
things worse, so let's just get rid of it.

Fixes: 0b3c399 ("scx_rustland: introduce dynamic slice boost")
Signed-off-by: Andrea Righi <[email protected]>
Small coding style changes found by rustfmt (no functional change).

Signed-off-by: Andrea Righi <[email protected]>
Report the amount of running tasks to stdout. This value also represents
the amount of active CPUs that are currently executing a task.

Signed-off-by: Andrea Righi <[email protected]>
@arighi arighi merged commit a835ab0 into main May 20, 2024
1 check passed
@arighi arighi deleted the rustland-cleanups branch May 20, 2024 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants