Skip to content

Commit

Permalink
Update benchmark_runner_v0.py
Browse files Browse the repository at this point in the history
Fix error #2146 #2145
  • Loading branch information
Gamenot authored Mar 28, 2024
1 parent 2fc2899 commit c4b2075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smarts/benchmark/entrypoints/benchmark_runner_v0.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,13 @@ def _get_agent_score(
return score


def benchmark_from_configs(benchmark_config, agent_locator):
def benchmark_from_configs(benchmark_config, agent_locator, debug_log=False):
"""Runs a benchmark given the following.
Args:
benchmark_config (str): The file path to the benchmark configuration.
agent_locator (str): Locator string for the registered agent.
debug_log (bool): Whether the benchmark should log to `stdout`.
debug_log (bool): Deprecated. Whether the benchmark should log to `stdout`.
"""
benchmark_args = load_config(benchmark_config)

Expand Down

0 comments on commit c4b2075

Please sign in to comment.