diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 1a425ed47..efbb3a466 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -861,6 +861,7 @@ def run_test_real( shutil.rmtree(target_dir) print(f"Cleaned up Rust target/debug directory: {target_dir}") except Exception as e: + # ignore all these exceptions on cleanup. ai! print(f"Failed to clean up Rust target/debug directory: {e}") # Java build directories