kipina-codebench: itsenäinen benchmark-moduli git-submoduliksi

Refaktoroitu tests/-kansiosta omaksi moduliksi:
- prompts/ — kaikki promptit erillisinä .md-tiedostoina
- golden-examples/ — todo (taso 1) + blog (taso 2)
- benchmark.mjs lataa promptit ja esimerkit dynaamisesti
- Dockerfile.pytest, report-template.html, package.json, README.md
- results/ — tallennetut benchmark-tulokset
This commit is contained in:
2026-04-14 09:42:20 +03:00
parent 542230f091
commit 4c116428c3
23 changed files with 2232 additions and 0 deletions

View File

@@ -0,0 +1 @@
You are a Python code fixer. Return ONLY the corrected Python file. No markdown fences, no explanations — just valid Python code.