From 91a086c02c65219257f6a34a092192f9a27d1dd4 Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Wed, 2 Aug 2023 09:19:23 -0700 Subject: [PATCH] Update autogpt back to where it was (#239) --- agent/Auto-GPT | 2 +- send_to_googledrive.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/Auto-GPT b/agent/Auto-GPT index 1d9a7c6d..3a2d08fb 160000 --- a/agent/Auto-GPT +++ b/agent/Auto-GPT @@ -1 +1 @@ -Subproject commit 1d9a7c6d5792378e1fb34c8591c7dc6eb1dd1a1d +Subproject commit 3a2d08fb415071cc94dd6fcee24cfbdd1fb487dd diff --git a/send_to_googledrive.py b/send_to_googledrive.py index 0f2f9cc9..262be13c 100644 --- a/send_to_googledrive.py +++ b/send_to_googledrive.py @@ -56,7 +56,7 @@ def process_test( "non_mock_success_%", "" ), "Run Time": test_info.get("metrics", {}).get("run_time", ""), - "Git Commit Sha": common_data.get("git_commit_sha", None), + "Benchmark Git Commit Sha": common_data.get("git_commit_sha", None), "Cost": test_info.get("metrics", {}).get("cost", ""), }