Skip to content

Instantly share code, notes, and snippets.

@renanbastos93
Created January 10, 2022 10:08
Show Gist options
  • Save renanbastos93/7f34ca7aceb78ae1f549a8da992ddc40 to your computer and use it in GitHub Desktop.
Save renanbastos93/7f34ca7aceb78ae1f549a8da992ddc40 to your computer and use it in GitHub Desktop.
func BenchmarkTestNotUseAppend(b *testing.B) {
for i := 0; i < b.N; i++ {
notUseAppend()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment