remove file that sneaked in.

This commit is contained in:
Raúl Kripalani 2020-11-05 13:34:41 +00:00
parent a411342f0c
commit b1aa43741a

View File

@ -1,9 +0,0 @@
package badgerbs
import "testing"
func BenchmarkName(b *testing.B) {
for i := 0; i < b.N; i++ {
}
}