Skip to content

Instantly share code, notes, and snippets.

@campoy
Created February 12, 2018 17:32
Show Gist options
  • Save campoy/744641373f3e4a04ef575cbcbc9ad52a to your computer and use it in GitHub Desktop.
Save campoy/744641373f3e4a04ef575cbcbc9ad52a to your computer and use it in GitHub Desktop.
gist 2 for episode 28 of justforfunc
func BenchmarkFoo(b *testing.B) {
for i := 0; i < b.N; i++ {
// perform the operation we're analyzing
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment