This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Change default CPU scheduler from random to round-robin #1702
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
3a45961
Merge pull request #31 from microsoft/master
chicm-ms 633db43
Merge pull request #32 from microsoft/master
chicm-ms 3e926f1
Merge pull request #33 from microsoft/master
chicm-ms f173789
Merge pull request #34 from microsoft/master
chicm-ms 508850a
Merge pull request #35 from microsoft/master
chicm-ms 5a0e9c9
Merge pull request #36 from microsoft/master
chicm-ms e7df061
Merge pull request #37 from microsoft/master
chicm-ms 2175cef
Merge pull request #38 from microsoft/master
chicm-ms 2ccbfbb
Merge pull request #39 from microsoft/master
chicm-ms b29cb0b
Merge pull request #40 from microsoft/master
chicm-ms 4a3ba83
Merge pull request #41 from microsoft/master
chicm-ms c8a1148
Merge pull request #42 from microsoft/master
chicm-ms 897abf1
round-robin policy
chicm-ms File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can users change schedule policy?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No for now, there is no need to change it from round-robin to random for now.