summaryrefslogtreecommitdiff
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 475bf51..e2fceab 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,6 @@ ${target}: ${target}.s
.PHONY: bench clean
bench:
- hyperfine -S sh -w 200 -r 100000 "./smallbrain tests/towers-of-hanoi.bf"
+ hyperfine -S sh -w 20 -r 100 "./smallbrain tests/towers-of-hanoi.bf"
clean:
rm -f ${target} out.s