Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Last active February 11, 2021 18:40
Show Gist options
  • Save percybolmer/ad4580ab7578b16b965fff460cb40507 to your computer and use it in GitHub Desktop.
Save percybolmer/ad4580ab7578b16b965fff460cb40507 to your computer and use it in GitHub Desktop.
package benching
import (
"testing"
)
func BenchmarkSimplest(b *testing.B) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment