Skip to content

Commit

Permalink
Merge pull request #475 from ddps-lab/swjeong
Browse files Browse the repository at this point in the history
정상 작동하므로 merge하겠습니다.
  • Loading branch information
red0sena authored Jul 1, 2024
2 parents a9d113c + 792ed11 commit 1afe275
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions collector/spot-dataset/aws/sps_collector/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@
print(f"Target Capacity {target_capacity} query time : {calculate_execution_ms(start_time, end_time)} ms")
print(f"사용한 credential range : {(start_credential_index, current_credential_index)}")

# ------ Add Time Column ------
time_value = timestamp_utc.strftime("%Y-%m-%d %H:%M:%S")
sps_df['Time'] = time_value

start_time = time()
# ------ Save Dataframe File ------
try:
Expand Down

0 comments on commit 1afe275

Please sign in to comment.