aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-12-12 12:32:06 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-12-12 12:44:51 +0100
commit735e4e1c8f5b51480b801024fd4d142758644810 (patch)
tree06d0b74e68a8e49cdcb48ebe7eacd8551540022d /Makefile
parente9553cf80c3a5588b68a38ea7a99936a8b9b88b7 (diff)
Update benchmark to use huge map and match JS style for comparison.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: