# tinker_cookbook.exceptions.BenchmarkNotFoundError ## *class* [**tinker_cookbook.exceptions.BenchmarkNotFoundError**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/exceptions.py#L268)(*[EvalError](https://tinker-docs.thinkingmachines.ai/cookbook/api-reference/exceptions/evalerror/index.md), KeyError*) The requested benchmark is not in the registry. Raised when `run_benchmark("unknown_name", ...)` is called and the name cannot be resolved — neither by direct registry lookup nor by auto-importing `tinker_cookbook.eval.benchmarks.`. Available benchmarks are listed in the error message.