misc fixes
Some checks failed
Build / build (push) Successful in 10m45s
Publish Image / publish (push) Failing after 42s
Test / build (push) Successful in 11m9s

This commit is contained in:
2024-04-01 17:44:15 -04:00
parent 99f7553d67
commit fe33fda0ab
8 changed files with 91 additions and 10 deletions

9
bench.sh Normal file
View File

@@ -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'