Skip to content

Commit

Permalink
Fix s3 upload
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Feb 4, 2025
1 parent 3e5729c commit fb894f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/upload/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ def upload_s3(benchmark_name: str, runner: str, date_str: str, file_path: Path):
runner = args.runner
assert runner, "Expected GitHub runner name exists, get None. Pass in --runner or set env RUNNER_NAME."
benchmark_name = benchmark_result["name"]
date_str = benchmark_result["benchmark_date"]
date_str = benchmark_result["env"]["benchmark_date"]
upload_s3(benchmark_name, runner, date_str, upload_file_path)

0 comments on commit fb894f4

Please sign in to comment.