A collection of random Go benchmarks.
TLDR: View Latest Benchmark Results on CI →
Each folder contains a benchmark I've done in the past with code, tests, benchmarks, and results.
Feel free to clone and run the benchmarks on your own. There is a standard way of running each benchmark.
Each folder has a Makefile
with the following commands available:
$ make bench
$ make test
$ make analysis
$ make help