Script to test single core stability, e.g. for PBO & Curve Optimizer on AMD Ryzen or overclocking/undervolting on Intel processors
Stars
1.2k
Forks
38
Watchers
1.2k
Open Issues
29
Overall repository health assessment
No package.json found
This might not be a Node.js project
- Added ErrorCheck=1 and SumInputsErrorCheck=1 to the prime.txt, which *shouldn't* have any effect, but maybe it does (see #170)
a95b523View on GitHub- The script is now retrying to write the log file on a fail, and will try to display which process is blocking access to it on a repeated failure
a79219cView on GitHubThe $Matches variable is not automatically cleared / set to null if nothing was found. Inside a loop this can lead to incorrect / "fake" matches.
8d7dd78View on GitHub- Replaced the WinRing0 system driver with PawnIO for setting the Curve Optimizer values with ryzen-smu-cli (IntelVoltagTool still uses WinRing0)
88f724cView on GitHub- The update check should now work even if Internet Explorer is not installed on the system (what a weird requirement) (should fix #138 part one)
3046d5cView on GitHub- The script should now work within directories that have wildcard characters (e.g. square brackets)
b263ebfView on GitHub- Added a new "CorePairs" option for the core testing order. This will form "pairs" for cores, so e.g. 0-1, 0-2, 0-n, up to n-0, n-1, n-(n-1)
f48851fView on GitHubAdded functionality that checks if the System Restore is enabled, and if not, asks to enable it (fixes #132)
75cda64View on GitHubAdded multiple tries to get and set the Curve Optimizer values, because ZenStates-Core can seem to fail from time to time
2911858View on GitHubAdded "CurrentValues" as the default value for the "startValues" setting, to make it more clear what it does
79343cfView on GitHub