Skip to content
Snippets Groups Projects
Commit 9edb1875 authored by Simon Marlow's avatar Simon Marlow
Browse files

increase some parameters

parent 9ce8ea60
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ TOP = ../.. ...@@ -2,8 +2,8 @@ TOP = ../..
include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/boilerplate.mk
FAST_OPTS = 100 FAST_OPTS = 100
NORM_OPTS = 200 NORM_OPTS = 1000
SLOW_OPTS = 500 SLOW_OPTS = 2000
OBJS += Main_stub.o OBJS += Main_stub.o
......
TOP = ../.. TOP = ../..
include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/boilerplate.mk
FAST_OPTS = 100000 FAST_OPTS = 1000000
NORM_OPTS = 1000000 NORM_OPTS = 10000000
SLOW_OPTS = 10000000 SLOW_OPTS = 100000000
include $(TOP)/mk/target.mk include $(TOP)/mk/target.mk
...@@ -2,7 +2,7 @@ TOP = ../.. ...@@ -2,7 +2,7 @@ TOP = ../..
include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/boilerplate.mk
FAST_OPTS = 5000 FAST_OPTS = 5000
NORM_OPTS = 10000 NORM_OPTS = 20000
SLOW_OPTS = 20000 SLOW_OPTS = 40000
include $(TOP)/mk/target.mk include $(TOP)/mk/target.mk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment