Skip to content

Instantly share code, notes, and snippets.

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