Skip to content

Commit 2ffb8be

Browse files
committed
Fixed some case sensitivity problems.
1 parent 54880b0 commit 2ffb8be

File tree

2 files changed

+99
-90
lines changed

2 files changed

+99
-90
lines changed

config.default.ini

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ stressTestProgram = PRIME95
2222
#
2323
# You can also set it to "auto", in which case it will perform one full run of all the FFT sizes in the selected
2424
# Prime95 preset for each core, and when that is finished, it continues to the next core and starts again
25-
# For Aida64 and Y-Cruncher, the "auto" setting will default to 10 Minutes per core
25+
# For Aida64 and y-Cruncher, the "auto" setting will default to 10 Minutes per core
2626
#
2727
# Below are some examples of the runtime for one iteration for the various tests on my 5900X with one thread
2828
# The first iteration is also usually the fastest one
@@ -35,7 +35,7 @@ stressTestProgram = PRIME95
3535
# - Prime95 "Moderate": 1344K to 4096K - [SSE] ~7-15 Minutes <|> [AVX] ~17-30 Minutes <|> [AVX2] ~17-33 Minutes
3636
# - Prime95 "Heavy": 4K to 1344K - [SSE] ~15-28 Minutes <|> [AVX] ~43-68 Minutes <|> [AVX2] ~47-73 Minutes
3737
# - Prime95 "HeavyShort": 4K to 160K - [SSE] ~6-8 Minutes <|> [AVX] ~22-24 Minutes <|> [AVX2] ~23-25 Minutes
38-
# - Y-Cruncher: ~10 Minutes
38+
# - y-Cruncher: ~10 Minutes
3939
# Default: 6m
4040
runtimePerCore = 6m
4141

@@ -197,10 +197,10 @@ maxMemory = 90
197197

198198

199199

200-
# Y-Cruncher specific settings
201-
[YCruncher]
200+
# y-Cruncher specific settings
201+
[yCruncher]
202202

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

0 commit comments

Comments
 (0)