We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c134cd commit 6deefe8Copy full SHA for 6deefe8
benchmarks/benchmark_compile_times.py
@@ -7,6 +7,9 @@
7
import os
8
from pathlib import Path
9
10
+from utils import send_data_to_posthog
11
+
12
13
def extract_stats_from_json(json_file: str) -> list[dict]:
14
"""Extracts the stats from the JSON data and returns them as a list of dictionaries.
15
0 commit comments