test: add template contract checks and refine benchmark docs

This commit is contained in:
copilot-swe-agent[bot]
2026-06-01 19:39:52 +00:00
committed by GitHub
parent b3c7d72364
commit 4f582d4f6e
3 changed files with 10 additions and 5 deletions
+3 -1
View File
@@ -44,7 +44,9 @@ class TemplateBenchmarkAdapter(EnvAdapter):
seed=seed,
limit=limit,
)
# TODO: initialize benchmark-specific runtime options from kwargs
# TODO: initialize runtime options, e.g.
# self.max_retries = int(kwargs.get("max_retries", 3))
# self.timeout_s = int(kwargs.get("timeout_s", 120))
def setup(self, cfg: dict) -> None:
super().setup(cfg)