We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc2899 commit c4b2075Copy full SHA for c4b2075
smarts/benchmark/entrypoints/benchmark_runner_v0.py
@@ -252,13 +252,13 @@ def _get_agent_score(
252
return score
253
254
255
-def benchmark_from_configs(benchmark_config, agent_locator):
+def benchmark_from_configs(benchmark_config, agent_locator, debug_log=False):
256
"""Runs a benchmark given the following.
257
258
Args:
259
benchmark_config (str): The file path to the benchmark configuration.
260
agent_locator (str): Locator string for the registered agent.
261
- debug_log (bool): Whether the benchmark should log to `stdout`.
+ debug_log (bool): Deprecated. Whether the benchmark should log to `stdout`.
262
"""
263
benchmark_args = load_config(benchmark_config)
264
0 commit comments