Skip to content

CoreBench Obtains Very Low Scores on Windows #2

@TriTechX

Description

@TriTechX

CoreBench obtains very low scores when running on Windows due to its use of process priority differing to Linux. Linux uses the Completely Fair Scheduler method, assigning each program variable "nice values" to determine their priority. Windows uses a Dynamic Priority Scheduling System, which works differently and means that demanding programs, especially CLI and Python programs, get very little CPU time. Also, the translation layers for Python on Windows naturally make it more demanding.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions