func TestNewDirTree(t *testing.T) { … } func processDir(t *testing.T, dir *Directory) { … } func BenchmarkNewDirectory(b *testing.B) { … }
func TestNewDirTree(t *testing.T) { … } func processDir(t *testing.T, dir *Directory) { … } func BenchmarkNewDirectory(b *testing.B) { … }