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:
13
network-poc/kipina-codebench/package.json
Normal file
13
network-poc/kipina-codebench/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "kipina-codebench",
|
||||
"version": "0.1.0",
|
||||
"description": "LLM-koodingenerointibenchmark — testaa Ollama-mallien kykyä generoida toimivia FastAPI-projekteja",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"codebench": "./benchmark.mjs"
|
||||
},
|
||||
"scripts": {
|
||||
"bench": "node benchmark.mjs --scenarios all",
|
||||
"docker:build": "docker build -t kipina-pytest -f Dockerfile.pytest ."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user