Skip to content
Snippets Groups Projects
Commit 074d3db4 authored by Christoph Alt's avatar Christoph Alt
Browse files

fix the condition when the gpu name is added to the general tags

parent 433fef0f
No related branches found
No related tags found
1 merge request!7Add a new benchmark case
Pipeline #718904 passed
Pipeline: cx-test

#718905

    ......@@ -113,7 +113,7 @@ def main():
    ".", commit_key="proxy_commit", commit_msg_key="proxy_commit_msg"
    )
    )
    if args.output_file.startswith("gpu_benchmark"):
    if args.output_file.startswith("gpu"):
    *_, gpu_name = Path(args.output_file).stem.split("_")
    common_tags.update({"GPU": gpu_name})
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment