Mysticial / y-cruncher

Bug-Tracking and open-sourced parts of y-cruncher.
185 stars 16 forks source link

[Request] Allow the user to choose between Test Speed and Test Duration being shown for stress test crashes #48

Open mrgarbagegamer opened 1 month ago

mrgarbagegamer commented 1 month ago

Like many others in the DDR5 overclocking space, I've used y-cruncher's VST stress test to help validate the stability of the IMC during RAM overclocks. The stress test is invaluable with how fast it catches errors in voltage configurations and it has become part of my stability testing regiment as a result. I've seen many recommend VT3 as an even more effective RAM stress testing tool, but a change made in v0.8.1.9517 has made VT3 somewhat more troublesome to use.

Up to v0.7.10.9513, upon failure, y-cruncher gives this message: image

However, on failure from v0.8.1.9517, I get this message: image

To my knowledge, the newer versions (all the ones containing VT3) only show the Test Speed upon failure instead of the Test Duration, meaning that I can't get a precise read as to when a failure occurs. Knowing how far into a run that a test fails is super important for gauging the stability and for seeing whether a change in the OC has a positive or negative effect, and while looking at the iteration count can provide a rough estimate as to the time of failure, the only way to get an exact time of failure on a version after v0.7.x is to manually try to time the runtime externally, a setup that's much less user friendly.

I understand the importance of the Test Speed metric and why it has been added, but would it be possible to at least add a setting that allows you to show both Test Speed and Test Duration upon failure or a setting to switch between the two?

Mysticial commented 1 month ago

Adding a switch to change the printout isn't the right way to do this. But I can make it print the elapsed time when it errors.