Skip to content

Instantly share code, notes, and snippets.

@karakanb
Created December 15, 2020 18:03
Show Gist options
  • Save karakanb/ea2107e254bbdbf3702302e2c2821db0 to your computer and use it in GitHub Desktop.
Save karakanb/ea2107e254bbdbf3702302e2c2821db0 to your computer and use it in GitHub Desktop.
func BenchmarkParseWithReplaceAllTrimSuffix(b *testing.B) {
for n := 0; n < b.N; n++ {
parseWithReplaceAllTrimSuffix("7PM")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment