fixes iterations count for benchmarks
This commit is contained in:
parent
45b6f24dfc
commit
877672a5a4
@ -1 +1 @@
|
||||
Subproject commit ef001e55e8973799bc1b3b204b93708976b1e693
|
||||
Subproject commit 7218dcfa692d18020c11d4e704b0932bd93804dd
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user