Skip to content

Commit

Permalink
Fix bug in benchmark runner to enable lf-c-unthreaded target
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnrd committed Oct 21, 2021
1 parent e07d76c commit 7a3fba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/runner/run_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def resolve_args(config_key):
else:
target_validation_name = target_name

if target_name not in benchmark["targets"]:
if target_validation_name not in benchmark["targets"]:
log.warning(f"target {target_name} is not supported by the benchmark {benchmark_name}")
return

Expand Down

0 comments on commit 7a3fba9

Please sign in to comment.