Skip to content

Commit

Permalink
Tweak CoreMark iteration number
Browse files Browse the repository at this point in the history
  • Loading branch information
shengwen-tw committed Feb 5, 2024
1 parent a713d91 commit 404c262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/benchmarks/coremark/coremark.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJ_ROOT := $(dir $(lastword $(MAKEFILE_LIST)))/../../..

CFLAGS += -DHAS_STDIO -DHAS_PRINTF -DCORE_DEBUG=0 -DMAIN_HAS_NOARGC=0 -DCOMPILER_REQUIRES_SORT_RETURN=0
CFLAGS += -DITERATIONS=2500 -DPERFORMANCE_RUN=1 -DVALIDATION_RUN=0 -DPROFILE_RUN=0 -DFLAGS_STR=\"\"
CFLAGS += -DITERATIONS=5000 -DPERFORMANCE_RUN=1 -DVALIDATION_RUN=0 -DPROFILE_RUN=0 -DFLAGS_STR=\"\"

CFLAGS += -I $(PROJ_ROOT)/benchmarks/coremark

Expand Down

0 comments on commit 404c262

Please sign in to comment.