aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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: