Skip to content

update pss.java #5956

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

Closed
wants to merge 5 commits into from
Closed

update pss.java #5956

wants to merge 5 commits into from

Conversation

khwaishchawla
Copy link

Proportional Share Scheduling (PSS) is a scheduling algorithm that assigns each process a weight based on its priority, and processes are scheduled to receive CPU time in proportion to their assigned weights. The higher the weight of a process, the more CPU time it will receive compared to processes with lower weights.

Copy link
Member

@siriak siriak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code looks good, could you please remove main and add some JUnit tests? (see https://github.com/TheAlgorithms/Java/tree/master/src/test/java/com/thealgorithms)

Copy link
Author

@khwaishchawla khwaishchawla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

made the required changes as asked

@khwaishchawla
Copy link
Author

The code looks good, could you please remove main and add some JUnit tests? (see https://github.com/TheAlgorithms/Java/tree/master/src/test/java/com/thealgorithms)

Done with all the reqirements kindy review it

@khwaishchawla khwaishchawla changed the title Create pss.java update pss.java Oct 24, 2024
@siriak
Copy link
Member

siriak commented Oct 24, 2024

There are no JUnit tests and PR checks are failing
image

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