Test codespeed

This commit is contained in:
Alek Petuskey 2025-01-19 18:18:08 -08:00
parent 3c134cdeee
commit 6deefe8fd9

View File

@ -7,6 +7,9 @@ import json
import os
from pathlib import Path
from utils import send_data_to_posthog
def extract_stats_from_json(json_file: str) -> list[dict]:
"""Extracts the stats from the JSON data and returns them as a list of dictionaries.