Collection of Go benchmarks. Literally "go and bench".
To have an easy way to run Go benchmarks to see how different code behaves on a specific hardware and/or OS.
Install Taskfile
first, see https://taskfile.dev/installation/.
Compile benchmarks:
$ task compile
Run benchmarks:
$ task bench