summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Moore <connor@hhmoore.ca>2026-02-04 21:03:40 -0500
committerConnor Moore <connor@hhmoore.ca>2026-02-04 21:03:40 -0500
commite771927d4b8c5b32acf28774161c5d2b0c4f32bf (patch)
tree6721b396ce6fdf58e175f082c6c77c08fb22e697
parent9899da194522f93be153e0a0d19c690505c3ca1c (diff)
Un-regressed makefile test sizes
-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