Record build profile and temporal raster cost in lighting benchmark

This commit is contained in:
Emil
2026-09-24 02:53:01 +03:00
parent ac50ac8855
commit a428a33cb0
3 changed files with 19 additions and 12 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ def real_executable_smoke(executable: Path) -> None:
if declared["lights"] != [0, 4, 16, 32, 64, 128] or len(declared["visibility"]) != 3:
raise AssertionError("C++ executable and Python sweep matrix disagree")
with tempfile.TemporaryDirectory() as directory:
output = Path(directory) / "smoke.csv"
output = Path(directory) / "café 世界" / "smoke.csv"
subprocess.run([executable, "--lights", "4", "--shadows", "off",
"--visibility", "direct", "--width", "64", "--height", "64",
"--warmup", "0", "--frames", "1", "--validation", "on",