Update autogpt back to where it was (#239)

This commit is contained in:
merwanehamadi
2023-08-02 09:19:23 -07:00
committed by GitHub
parent 78e80fc33e
commit 91a086c02c
2 changed files with 2 additions and 2 deletions

View File

@@ -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", ""),
}