Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See https://graphviz.org/download/


Install Benchstat

Code Block
cd ~
go install golang.org/x/perf/cmd/benchstat@latest


Benchmarks

We can add in a benchmark test which will allow us to profile a section of code.

...