From 6deefe8fd91d7fc37963ed2ceca6bc9e166642d3 Mon Sep 17 00:00:00 2001 From: Alek Petuskey Date: Sun, 19 Jan 2025 18:18:08 -0800 Subject: [PATCH] Test codespeed --- benchmarks/benchmark_compile_times.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/benchmarks/benchmark_compile_times.py b/benchmarks/benchmark_compile_times.py index 9bd0fe60d..7c18e1581 100644 --- a/benchmarks/benchmark_compile_times.py +++ b/benchmarks/benchmark_compile_times.py @@ -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.