Skip to content

Instantly share code, notes, and snippets.

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