diff --git a/benchmarks/run.py b/benchmarks/run.py index db17032cc..706098240 100644 --- a/benchmarks/run.py +++ b/benchmarks/run.py @@ -987,7 +987,7 @@ def accuracy_fail_hook( try: process_result(kernel_name, tmp.readlines(), results) except Exception: - logger.info("fail", exc_info=True) + logger.exception("failed to process results") # Force garbage collection multiple times to ensure memory is freed for _ in range(3):