Skip to content

Commit

Permalink
Fixed some case sensitivity problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
sp00n committed Apr 15, 2021
1 parent 54880b0 commit 2ffb8be
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 90 deletions.
10 changes: 5 additions & 5 deletions config.default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stressTestProgram = PRIME95
#
# You can also set it to "auto", in which case it will perform one full run of all the FFT sizes in the selected
# Prime95 preset for each core, and when that is finished, it continues to the next core and starts again
# For Aida64 and Y-Cruncher, the "auto" setting will default to 10 Minutes per core
# For Aida64 and y-Cruncher, the "auto" setting will default to 10 Minutes per core
#
# Below are some examples of the runtime for one iteration for the various tests on my 5900X with one thread
# The first iteration is also usually the fastest one
Expand All @@ -35,7 +35,7 @@ stressTestProgram = PRIME95
# - Prime95 "Moderate": 1344K to 4096K - [SSE] ~7-15 Minutes <|> [AVX] ~17-30 Minutes <|> [AVX2] ~17-33 Minutes
# - Prime95 "Heavy": 4K to 1344K - [SSE] ~15-28 Minutes <|> [AVX] ~43-68 Minutes <|> [AVX2] ~47-73 Minutes
# - Prime95 "HeavyShort": 4K to 160K - [SSE] ~6-8 Minutes <|> [AVX] ~22-24 Minutes <|> [AVX2] ~23-25 Minutes
# - Y-Cruncher: ~10 Minutes
# - y-Cruncher: ~10 Minutes
# Default: 6m
runtimePerCore = 6m

Expand Down Expand Up @@ -197,10 +197,10 @@ maxMemory = 90



# Y-Cruncher specific settings
[YCruncher]
# y-Cruncher specific settings
[yCruncher]

# The test modes for Y-Cruncher
# The test modes for y-Cruncher
# See the \test_programs\y-cruncher\Binaries\Tuning.txt file for a detailed explanation
# "00-x86" - 86/IA-32 since Pentium (BSWAP, CMPXCHG, CPUID, RDTSC, possibly others...)
# "04-P4P" - SSE, SSE2, SSE3
Expand Down
Loading

0 comments on commit 2ffb8be

Please sign in to comment.