benchmarkme
benchmarkme copied to clipboard
Unable to detect RAM and CPU
On a HP z240 PC running Windows 11 (24H2) on Xeon E3-1230 v5, upload_results is not able to get system specs on RAM and CPU. I'm happy to test new versions or if you have any test functions to run so let me know.
@timoruohomaki I don't use Windows, so if you have any code, that would be great
@timoruohomaki I don't use Windows, so if you have any code, that would be great
I believe my PR should address this issue and most others for windows. Issue comes from Windows reporting each RAM stick separately, so I just added a simple code block to string split the unneeded characters and sum the total RAM.