github.com/ninadingole/gotest-ls@v0.0.3/tests/benchmark_test.go (about)

     1  package tests_test
     2  
     3  import "testing"
     4  
     5  func BenchmarkSomething(b *testing.B) {
     6  	b.Skipf("Skipping...")
     7  
     8  	b.Log("Benchmarking...")
     9  }