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

CPU thermal throttling #88

Open
stephane-caron opened this issue Nov 22, 2023 · 0 comments
Open

CPU thermal throttling #88

stephane-caron opened this issue Nov 22, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Great issue to start contributing to the benchmark

Comments

@stephane-caron
Copy link
Member

Is your proposal related to a problem?

From #87:

Unless very efficiently cooled, modern CPU cannot run at max speed for long. This can considerably skew timings.

Describe the solution you'd like

Make sure the benchmark solves all problem with consistent performance, monitoring and reacting to thermal throttling.

Describe alternatives you've considered

  • Monitoring throttling state between solver calls (pro: single thread, con: throttling may happen during a solver call)
  • Downscaling to e.g. 50% of the total CPU performance to lower the probability throttling happens

Additional context

See #87.

@stephane-caron stephane-caron added enhancement New feature or request good first issue Great issue to start contributing to the benchmark labels Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Great issue to start contributing to the benchmark
Projects
None yet
Development

No branches or pull requests

1 participant