-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fields returned by get_cpu_info have changed names #137
Labels
Milestone
Comments
'hz_advertised_raw' is changed to 'hz_advertised'. |
Thanks a lot for reporting the issues! Or both. Is this urgent? I am not sure I'll get to this very soon. |
No problem, I patched it for myself locally.
…On Sun, 21 Jun 2020 at 23:25, Stefan Marr ***@***.***> wrote:
Thanks a lot for reporting the issues!
I guess, either pining the version correctly, or indeed fixing this would
be options.
Or both.
Is this urgent? I am not sure I'll get to this very soon.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#137 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGACJ55UKOGAIGCE67A6JEDRXZ3C5ANCNFSM4OEAMXOA>
.
|
If you got a patch, PRs are very welcome :) |
Simple enough, if you're ok with requiring latest version of cpuinfo
…On Mon, 22 Jun 2020 at 11:20, Stefan Marr ***@***.***> wrote:
If you got a patch, PRs are very welcome :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#137 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGACJ5YLZUDXNMU7TFM45Z3RX4O53ANCNFSM4OEAMXOA>
.
|
Yes, sure. I don't anticipate major issues for that. Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
get_cpu_info has changed its result so that e.g. 'brand' is now called 'brand_raw'. This causes rebench to not work.
The text was updated successfully, but these errors were encountered: