comitting changes

This commit is contained in:
Silen Naihin
2023-08-01 20:49:20 +01:00
parent 0fec6a90bc
commit 3992f0865b
6 changed files with 4 additions and 0 deletions

View File

@@ -263,6 +263,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
submodules: true
token: ${{ env.GH_TOKEN }}
- name: Set up Python
uses: actions/setup-python@v2

View File

@@ -32,6 +32,7 @@ def generate_combined_chart() -> None:
info_data = {
report_name: data.benchmark_start_time
for report_name, data in reports_data.items()
if report_name in categories
}
with open(Path(run_charts_folder) / "run_info.json", "w") as f:
json.dump(info_data, f)

View File

@@ -11,6 +11,7 @@ from matplotlib.colors import Normalize
def save_combined_radar_chart(
categories: dict[str, Any], save_path: str | Path
) -> None:
categories = {k: v for k, v in categories.items() if v}
if not all(categories.values()):
raise Exception("No data to plot")
labels = np.array(

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 KiB

View File

@@ -0,0 +1 @@
{"Auto-GPT": "2023-08-01-16:58", "BabyAGI": "2023-08-01-17:35", "beebot": "2023-08-01-17:31", "gpt-engineer": "2023-08-01-17:31", "mini-agi": "2023-08-01-16:57", "smol-developer": "2023-08-01-17:31"}