Home | History | Annotate | Download | only in bench
      1 package bench
      2 
      3 import "testing"
      4 
      5 func Benchmark(b *testing.B) {
      6 }
      7