Versions Compared

Key

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


TestAdding a Benchmark 

Image RemovedImage Added



Profiling your TestsBenchmark 

Code Block
go test -bench=. -run=x -memprofile mem.prof -cpuprofile cpu.prof

...