Super tiny fix AMD ci (#12378)

This commit is contained in:
fzyzcjy
2025-10-30 14:25:18 +08:00
committed by GitHub
parent 2b71531a70
commit fb52d35f63

View File

@@ -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,