"vscode:/vscode.git/clone" did not exist on "0c7b5320183f2545ed391c94183d1d7c2555480d"
Unverified Commit fb52d35f authored by fzyzcjy's avatar fzyzcjy Committed by GitHub
Browse files

Super tiny fix AMD ci (#12378)

parent 2b71531a
......@@ -2033,7 +2033,7 @@ async def benchmark(
):
result = {
# Arguments
"tag": args.tag,
"tag": getattr(args, "tag", None),
"backend": args.backend,
"dataset_name": args.dataset_name,
"request_rate": "trace" if use_trace_timestamps else request_rate,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment