I benchmarked 22 open-weight code LLMs across 11,000 local inference runs on an RTX 4090 Laptop GPU
I wanted to compare local code LLMs under real deployment conditions instead of relying on cloud benchmarks, so I evaluated 22 open-weight models on the MBPP benchmark using 11,000 automated inference runs.
Some observations:
- Qwen2.5-Coder-7B offered the best balance of accuracy and speed.
- Larger models didn't always perform better.
- Reasoning models incurred a significant latency cost without improving Pass@1 on MBPP.
- CodeBLEU and functional correctness often diverged.
I've published the benchmark methodology, results, and released the complete telemetry dataset on Hugging Face.
HF: https://huggingface.co/datasets/ShahzebKhoso/local-code-master\_telemetry\_arena
u/NecessaryPay6108 — 5 days ago