update the codebase and clean up it

This commit is contained in:
Abdelrahman Abdallah
2026-04-06 03:42:44 +02:00
parent 2217a0c98c
commit a54c90b18f
89 changed files with 1802 additions and 1181 deletions
+2 -1
View File
@@ -39,6 +39,7 @@ from dataclasses import dataclass
from pathlib import Path
from benchmarks.tasks.definitions import TASKS, BenchmarkTask, get_task
from benchmarks.suites.base import make_temp_workspace
# ---------------------------------------------------------------------------
@@ -90,7 +91,7 @@ def run_task(
"""Run a single benchmark task end-to-end."""
# Create isolated temp workspace
workspace = tempfile.mkdtemp(prefix=f"claw_bench_{task.id}_")
workspace = make_temp_workspace("claw_bench", task.category, task.id)
if verbose:
print(f" workspace: {workspace}")