@@ -22,7 +22,7 @@ stressTestProgram = PRIME95
22
22
#
23
23
# You can also set it to "auto", in which case it will perform one full run of all the FFT sizes in the selected
24
24
# 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
26
26
#
27
27
# Below are some examples of the runtime for one iteration for the various tests on my 5900X with one thread
28
28
# The first iteration is also usually the fastest one
@@ -35,7 +35,7 @@ stressTestProgram = PRIME95
35
35
# - Prime95 "Moderate": 1344K to 4096K - [SSE] ~7-15 Minutes <|> [AVX] ~17-30 Minutes <|> [AVX2] ~17-33 Minutes
36
36
# - Prime95 "Heavy": 4K to 1344K - [SSE] ~15-28 Minutes <|> [AVX] ~43-68 Minutes <|> [AVX2] ~47-73 Minutes
37
37
# - 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
39
39
# Default: 6m
40
40
runtimePerCore = 6m
41
41
@@ -197,10 +197,10 @@ maxMemory = 90
197
197
198
198
199
199
200
- # Y -Cruncher specific settings
201
- [YCruncher ]
200
+ # y -Cruncher specific settings
201
+ [yCruncher ]
202
202
203
- # The test modes for Y -Cruncher
203
+ # The test modes for y -Cruncher
204
204
# See the \test_programs\y-cruncher\Binaries\Tuning.txt file for a detailed explanation
205
205
# "00-x86" - 86/IA-32 since Pentium (BSWAP, CMPXCHG, CPUID, RDTSC, possibly others...)
206
206
# "04-P4P" - SSE, SSE2, SSE3
0 commit comments