func NewFindAllBranchNames()

in operations/find-branches.go [69:73]


func NewFindAllBranchNames(repository *pb.Repository, conn *grpc.ClientConn) BenchmarkOperation {
	client := pb.NewRefServiceClient(conn)

	return fbn{repository: repository, conn: conn, client: client, f: findBranchNamesBenchmark}
}