@@ -0,0 +1,9 @@
#!/usr/bin/env bash
currentBranch="$(git branch --show-current)"
hyperfine \
-w 5 \
-p "make build" \
-n "$currentBranch" \
'./monkey examples/fib.monkey'
The note is not visible to the blocked user.