Skip to content

Instantly share code, notes, and snippets.

@fd0

fd0/-

Created May 1, 2015 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fd0/2789c46a839c678eb036 to your computer and use it in GitHub Desktop.
Save fd0/2789c46a839c678eb036 to your computer and use it in GitHub Desktop.
go test -v -run x -bench BenchmarkArchiveDirectory -test.benchdir ~/shared/work/atmel -benchmem -benchtime 60s | tee /tmp/before
go test -v -run x -bench BenchmarkArchiveDirectory -test.benchdir ~/shared/work/atmel -benchmem -benchtime 60s | tee /tmp/after
benchcmp /tmp/{before,after}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment