LICENSE
README.md
pyproject.toml
src/benchwolf/__init__.py
src/benchwolf/cli.py
src/benchwolf/config.py
src/benchwolf/leaderboard.py
src/benchwolf/models.py
src/benchwolf/preflight.py
src/benchwolf/scoring.py
src/benchwolf.egg-info/PKG-INFO
src/benchwolf.egg-info/SOURCES.txt
src/benchwolf.egg-info/dependency_links.txt
src/benchwolf.egg-info/entry_points.txt
src/benchwolf.egg-info/requires.txt
src/benchwolf.egg-info/top_level.txt
src/benchwolf/backends/__init__.py
src/benchwolf/backends/base.py
src/benchwolf/backends/llamacpp.py
src/benchwolf/backends/ollama.py
src/benchwolf/benchmarks/__init__.py
src/benchwolf/benchmarks/inference.py
src/benchwolf/benchmarks/memory.py
src/benchwolf/benchmarks/power.py
src/benchwolf/benchmarks/quality.py
src/benchwolf/data/__init__.py
src/benchwolf/data/humaneval_mini.json
src/benchwolf/data/mmlu_mini.json
src/benchwolf/data/model_db.py
src/benchwolf/hardware/__init__.py
src/benchwolf/hardware/detect.py
src/benchwolf/hardware/power.py
src/benchwolf/reporting/__init__.py
src/benchwolf/reporting/badge.py
src/benchwolf/reporting/console.py
src/benchwolf/reporting/export.py
tests/test_backends.py
tests/test_data.py
tests/test_memory_power.py
tests/test_models.py
tests/test_quality.py
tests/test_scoring.py