move benchmark stat tracking to influxdb (#10185)

This commit is contained in:
wozeparrot
2025-05-15 16:14:56 -07:00
committed by GitHub
parent f59ecf2116
commit 1ed04f993b
15 changed files with 527 additions and 280 deletions

View File

@@ -73,7 +73,8 @@ setup(name='tinygrad',
"capstone",
"pycocotools",
"boto3",
"pandas"
"pandas",
"influxdb3-python"
],
'docs': [
"mkdocs",