Commit
·
2c64e5b
1
Parent(s):
f7cde70
fixed setup
Browse files- benchmarks.parquet +3 -0
- app.py → dashboard/app.py +0 -0
- parse_results.py → dashboard/parse_results.py +0 -0
- requirements.txt +0 -1
benchmarks.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9356f7392c8c4a4fed88907b7845a5af65706b11af4bf807efd7f42e94d1c384
|
3 |
+
size 34051
|
app.py → dashboard/app.py
RENAMED
File without changes
|
parse_results.py → dashboard/parse_results.py
RENAMED
File without changes
|
requirements.txt
CHANGED
@@ -3,7 +3,6 @@ pandas==2.2.3
|
|
3 |
numpy==2.2.4
|
4 |
matplotlib==3.10.1
|
5 |
python-dateutil==2.9.0
|
6 |
-
pyyaml==6.0.2
|
7 |
fastapi==0.115.12
|
8 |
uvicorn==0.34.0
|
9 |
aiofiles==23.2.1
|
|
|
3 |
numpy==2.2.4
|
4 |
matplotlib==3.10.1
|
5 |
python-dateutil==2.9.0
|
|
|
6 |
fastapi==0.115.12
|
7 |
uvicorn==0.34.0
|
8 |
aiofiles==23.2.1
|