diff --git a/benchmarks/runner.py b/benchmarks/runner.py index a7b9700..e03a258 100644 --- a/benchmarks/runner.py +++ b/benchmarks/runner.py @@ -292,6 +292,8 @@ def _update_progress( if self.config.verbose: status = "✓" if sample_result.is_correct else "✗" print(f" [{status}] Sample {sample_result.sample_id}: {sample_result.metrics}") + if sample_result.error: + print(f" Error: {sample_result.error}") def _run_sequential( self,