fixes iterations count for benchmarks

This commit is contained in:
Eyck Jentzsch 2024-03-25 10:56:34 +01:00
parent 45b6f24dfc
commit 877672a5a4
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit ef001e55e8973799bc1b3b204b93708976b1e693
Subproject commit 7218dcfa692d18020c11d4e704b0932bd93804dd

View File

@ -1,6 +1,6 @@
TARGET := coremark
ISA?=imc
ITERATIONS?=400
ITERATIONS?=600 # 300 for TGC
ASM_SRCS :=
C_SRCS := core_list_join.c core_main.c core_matrix.c core_state.c core_util.c core_portme.c ee_printf.c

View File

@ -1,6 +1,6 @@
TARGET := dhrystone
ISA?=imc
ITERATIONS?=20000
ITERATIONS?=50000 # 20000 for TGC
ASM_SRCS :=
C_SRCS := dhry_stubs.c dhry_1.c dhry_2.c