fixes iterations count for benchmarks
This commit is contained in:
Submodule bare-metal-bsp updated: ef001e55e8...7218dcfa69
@ -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
|
||||
|
Reference in New Issue
Block a user