Skip to content

Releases: sp00n/corecycler

v0.7.8.9

12 Mar 00:09
Compare
Choose a tag to compare

Hopefully fixed the Performance Counter detection for good now.
Added a new "Huge" FFT size preset, which is now the default (8192K to max).

v0.7.8.6

09 Mar 18:32
Compare
Choose a tag to compare

Fixed a bug with the numberOfThreads setting not working

v0.7.8.5

09 Mar 16:03
Compare
Choose a tag to compare

Added a "verbosityMode" setting which displays additional information either in the log file or also in the terminal.
Added a "delayBetweenCycles" setting, which will set the CPU to idle for the specified time during core tests. Only works in conjunction with "restartPrimeForEachCore = 1".
Improved the detection of the correct Prime95 window instance if more than one window with the same name ("Prime95") is open (e.g. an Explorer window within a folder labeled "Prime95").
Reworked how the error decetion works. The check interval is now 10 seconds, and the script checks the results.txt file for an error in the last 3 lines. Only if it finds no error it will proceed to check the CPU usage. Also increased the delay between the first CPU power check and the second one to 2000ms instead of 1000.
Fixed an FFT size detection error when the results.txt had no "passed" entry yet.

v0.7.8.1

08 Mar 15:34
Compare
Choose a tag to compare

Small bug fix, one of the error messages when the Performance Process Counter isn't available is now more informative.

v0.7.7

08 Mar 11:50
Compare
Choose a tag to compare
  • Fixed problems with non-english Windows versions
  • Checks if the Process Counter is available
  • Added a batch file which should re-enable the required Process Counter

v0.7.8

08 Mar 14:14
Compare
Choose a tag to compare

Removed the unnecessary restriction to .NET 3.5.
Added a check for .NET 3.5+.

v0.7.2

06 Mar 22:04
Compare
Choose a tag to compare

First public release