Issue 1:
In version 10.6 you've changed how memory information is shown during the test and it's gotten worse.
AFAIK you used to show RAM clocks and timings which was great.
Now you show:
Here's what I absolutely don't like about it:
* There's a ton of extra unneeded spaces
* There's a ton of unneeded words ("RAM Config", "/s", etc.)
* You show the ID string for the first module while all modules could be different (including even different OEMs)
Please change it to:
I.e. there's no need to say "RAM Config", "/s" (it's obvious it's per second), and show the first module ID.
Issue 2:
I don't like how RAM temperature is shown as 0C, when there's no temperature sensor. Please change it to N/A, or RAM Temp: not supported.
Issue 3:
Would be great if you attempted to measure RAM throughput at least five times and show the best result in the end. Why? Because I can run the test several times and each time throughput would be slightly different. The same applies to L1/L2/L3 cache speeds.
Issue 4:
The F12 (make screenshot) shortcut doesn't work during the test. Is this intentional? Could you make it possible?
Issue 5:
Would be great if you changed how HTML files with benchmark results are generated. For some reasons you save them in the UTF-16 encoding with Windows line ends. Would be great if you used UTF-8 or plain ASCII with Unix line ends instead.
Issue 6:
I first talked about it over three years ago and it's still not resolved. MemTest86 loading speed is terribly low, specially when it's placed on the USB flash drive. I don't know if UEFI API has anything to put/copy the entire binary into RAM in a single operation but right now MemTest86 is seemingly loaded bit by bit, without using read-ahead or DMA.
When you start it, it measures certain things (six or seven operations) and the disk activity LED fires up for each one of them.
In version 10.6 you've changed how memory information is shown during the test and it's gotten worse.
AFAIK you used to show RAM clocks and timings which was great.
Now you show:
Code:
RAM Config: DDR4 3600MT/s / x2 Channel / The first module ID string
* There's a ton of extra unneeded spaces
* There's a ton of unneeded words ("RAM Config", "/s", etc.)
* You show the ID string for the first module while all modules could be different (including even different OEMs)
Please change it to:
Code:
DDR4 3600MHz 16GB x 4, x2 channel, CL19 (and even more timings if you can read/parse this info, e.g. 19-19-19-50-1T)
Issue 2:
I don't like how RAM temperature is shown as 0C, when there's no temperature sensor. Please change it to N/A, or RAM Temp: not supported.
Issue 3:
Would be great if you attempted to measure RAM throughput at least five times and show the best result in the end. Why? Because I can run the test several times and each time throughput would be slightly different. The same applies to L1/L2/L3 cache speeds.
Issue 4:
The F12 (make screenshot) shortcut doesn't work during the test. Is this intentional? Could you make it possible?
Issue 5:
Would be great if you changed how HTML files with benchmark results are generated. For some reasons you save them in the UTF-16 encoding with Windows line ends. Would be great if you used UTF-8 or plain ASCII with Unix line ends instead.
Issue 6:
I first talked about it over three years ago and it's still not resolved. MemTest86 loading speed is terribly low, specially when it's placed on the USB flash drive. I don't know if UEFI API has anything to put/copy the entire binary into RAM in a single operation but right now MemTest86 is seemingly loaded bit by bit, without using read-ahead or DMA.
When you start it, it measures certain things (six or seven operations) and the disk activity LED fires up for each one of them.
Comment