def get_list_of_benchmarks_to_run()

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


    def get_list_of_benchmarks_to_run(self) -> List[Dict[str, Any]]:
        raise NotImplementedError(
            "This method should be implemented in the child class"
        )