From 735e4e1c8f5b51480b801024fd4d142758644810 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 12 Dec 2025 12:32:06 +0100 Subject: Update benchmark to use huge map and match JS style for comparison. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7e2145e..2050035 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ test: $(TARGET) # Run performance benchmark benchmark: $(TARGET) @echo "=== Running performance benchmark ===" - ./$(TARGET) $(EXAMPLE_FILE) benchmark $(ITERATIONS) + ./$(TARGET) benchmark # Memory test using valgrind (if available) memtest: -- cgit