Commit d184de8
committed
chore: bump TechEngine submodule to 3c3627c
1 parent 0b314f6 commit d184de8
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule TechEngine updated 38 files
- TechAPI+1-1
- app/config.py+2-1
- app/dump.py+10-2
- app/routers/cpus.py+18-5
- app/routers/gpus.py+18-5
- app/routers/smartphones.py+4-13
- app/routers/socs.py+18-5
- app/schemas/common.py+13
- app/schemas/cpu.py+11-1
- app/schemas/gpu.py+10-1
- app/schemas/serializers.py+62-18
- app/schemas/smartphone.py+2
- app/schemas/soc.py+12
- app/services/scoring.py-163
- app/services/scoring/__init__.py+44
- app/services/scoring/calibrate.py+75
- app/services/scoring/common.py+137
- app/services/scoring/config.py+83
- app/services/scoring/cpu.py+53
- app/services/scoring/gpu.py+37
- app/services/scoring/phones.py+168
- app/services/scoring/soc.py+59
- app/services/scoring/stats.py+90
- config/scoring.yaml+103
- docs/SPEC.md+13-1
- pyproject.toml+4
- tests/integration/test_cpus.py+18
- tests/integration/test_dump.py+14
- tests/integration/test_gpus.py+15
- tests/integration/test_meta.py+1-1
- tests/integration/test_smartphones.py+2-2
- tests/integration/test_socs.py+15
- tests/unit/test_scoring.py-99
- tests/unit/test_scoring_common.py+93
- tests/unit/test_scoring_cpu.py+49
- tests/unit/test_scoring_gpu.py+48
- tests/unit/test_scoring_phones.py+102
- tests/unit/test_scoring_soc.py+42
0 commit comments