summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2021-09-16 01:31:57 +0200
committerThomas Voss <mail@thomasvoss.com> 2021-09-16 01:31:57 +0200
commite4797b5ad75128bd7a7b0ca97daed3d8e79cd054 (patch)
tree25db38d7f17e97d3a968d7101e354114c549f3dc
parent06ebcdbac71ff36d0ab7cf33baeb52038fb62e32 (diff)
Tweak hyperfine(1) stuff
-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