def get_benchmark_name()

in llm_perf/common/benchmark_runner.py [0:0]


    def get_benchmark_name(self, model: str, **kwargs) -> str:
        raise NotImplementedError(
            "This method should be implemented in the child class"
        )