Run 4 iterations of coremark to improve results

This commit is contained in:
Jean-Roch Coulon 2024-10-20 08:07:10 +02:00 committed by JeanRochCoulon
parent fd6037fefe
commit ce24338d5b
2 changed files with 4 additions and 4 deletions

View file

@ -21,8 +21,8 @@ iterations = None
valid_cycles = {
"dhrystone_dual": 21331,
"dhrystone_single": 25684,
"coremark_dual": 517171,
"coremark_single": 659598,
"coremark_dual": 1025897,
"coremark_single": 1310721,
"dhrystone_cv32a65x": 33736,
}
@ -32,7 +32,7 @@ for arg in sys.argv[1:]:
iterations = 50
else:
if "--coremark" in arg:
iterations = 2
iterations = 4
mode = arg.replace("-", "")
else:
path = arg

View file

@ -76,7 +76,7 @@ cflags_opt=(
cflags=(
"${cflags_opt[@]}"
"-DCOMPILER_FLAGS='\"${cflags_opt[*]}\"'"
-DITERATIONS=2
-DITERATIONS=4
-DPERFORMANCE_RUN
-DSKIP_TIME_CHECK
-I../tests/custom/env