Welcome to the benchmarks repo.
This is a collection of folders, each containing a separate readme.MD to state the intent.
Open folder in vscode or your choice of golang IDE.
go mod tidy
go build ./...
Then run all benchmarks using the IDE.
githooks are present to safeguard non-building commits.
Read more about githooks
If you wish to use the githooks, run these commands inside the cloned repo folder:
cd .git/hooks
rm pre-commit
cp -s ../../gittemplates/hooks/pre-commit .
chmod +x pre-commit
this creates a symbolic link to the repo copies of the hooks and uses them locally.