func NewRefExists()

in operations/ref-exists.go [38:42]


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

	return refex{repository: repository, conn: conn, client: client, f: refExistsBenchmark}
}