diff options
author | Thomas Voss <mail@thomasvoss.com> | 2021-09-16 01:31:57 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2021-09-16 01:31:57 +0200 |
commit | e4797b5ad75128bd7a7b0ca97daed3d8e79cd054 (patch) | |
tree | 25db38d7f17e97d3a968d7101e354114c549f3dc /Makefile | |
parent | 06ebcdbac71ff36d0ab7cf33baeb52038fb62e32 (diff) |
Tweak hyperfine(1) stuff
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |