Skip to content

Commit

Permalink
Forgot to remove a debug exit
Browse files Browse the repository at this point in the history
  • Loading branch information
sp00n committed Jul 26, 2024
1 parent 994b228 commit 4f5b390
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions script-corecycler.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.AUTHOR
sp00n
.VERSION
0.9.6.0
0.9.6.1
.DESCRIPTION
Sets the affinity of the selected stress test program process to only one
core and cycles through all the cores which allows to test the stability of
Expand All @@ -17,7 +17,7 @@


# Our current version
$version = '0.9.6.0'
$version = '0.9.6.1'


# This defines the strict mode
Expand Down Expand Up @@ -6584,7 +6584,6 @@ function Initialize-Linpack {
Exit-WithFatalError -text $errorText
}

exit #DEBUGEXIT

# If the parameter to override the number of threads is provided, use it, otherwise use the setting value
$numberOfThreads = $(if ($overrideNumberOfThreads -gt 0) { $overrideNumberOfThreads } else { $settings.General.numberOfThreads })
Expand Down

0 comments on commit 4f5b390

Please sign in to comment.