summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 261eb4a..999c2c5 100644
--- a/Makefile
+++ b/Makefile
@@ -14,12 +14,12 @@ RESET := \033[0m
# Define the start, stop, and step for "short" runs (including triple loops)
S_START:= 100
-S_END := 300
+S_END := 3500
S_STEP := 100
# And the step and end for "long" runs without triple loops.
# Automatically they start at S_END defined earlier
-L_END := 800
+L_END := 12000
L_STEP := 500