Closed squeek502 closed 1 year ago
Doesn't have the extra space at the end for me on Linux:
model = "AMD Ryzen 5 3600 6-Core Processor"
so this might be Windows-only Libuv bug.
Turns out this isn't a bug in libuv either, the actual registry value it's getting this info from on my Windows installation actually has these spaces at the end.
When running the tests, I noticed that the
uv.cpu_info
binding was reporting themodel
for all of my cores as:The extra space at the end of the string looks fishy, but I haven't looked into it yet to know where the potential bug is at.