Test fixture
Throughput and TTFT-focused generation tasks.
The model receives the prompt (and optional system message). The run uses scorer rubric_json_metrics with the JSON configuration below. Pass/fail and partial credit are determined entirely by that scorer against the model output; no human grading.
Return JSON only with keys benchmark, title, items, done. Set benchmark to "speed", title to "Changelog Summary", and done to true. Summarize a fictional changelog into grouped Added, Changed, Fixed, and Deprecated sections.
{
"metrics": {
"complete": {
"checks": [
{
"contains": [
"benchmark"
]
},
{
"contains": [
"changelog"
]
},
{
"contains": [
"done"
]
}
]
}
}
}temperature
0
max_tokens
380
timeout (s)
60
type
throughput
file
speed-changelog-summary.json