From e771927d4b8c5b32acf28774161c5d2b0c4f32bf Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Wed, 4 Feb 2026 21:03:40 -0500 Subject: Un-regressed makefile test sizes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3