fixes iterations count for benchmarks

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

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