diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-12 12:32:06 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-12 12:44:51 +0100 |
| commit | 735e4e1c8f5b51480b801024fd4d142758644810 (patch) | |
| tree | 06d0b74e68a8e49cdcb48ebe7eacd8551540022d /Makefile | |
| parent | e9553cf80c3a5588b68a38ea7a99936a8b9b88b7 (diff) | |
Update benchmark to use huge map and match JS style for comparison.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |