-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
Have pyperformance run
run pyperf system tune
#229
Comments
I think this a good idea, with the caveat that there is a way to opt-out ( My other pet peeve about it (that maybe we could fix while we are in there), is that it doesn't reverse the effects afterward ( |
+1 to making
+1 for fixing that, whether here or in a separate issue/PR. |
|
What about making |
FWIW, |
I was surprised to learn today that
pyperformance run
does not callpyperf system tune
-- I guess I had assumed that this was included in pyperformance's responsibilities. It looks like support was added to run it forpyperformance compile
but not forpyperformance run
so I'm not sure what is intended.I'd like to propose that
pyperformance run
andpyperformance compile
have the same behavior with respect to tuning the system, with my personal preference being that they should both tune the system. What do you all think?The text was updated successfully, but these errors were encountered: