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 "Status Bullets", and done to true. Write 10 short status bullets for a deploy handoff. Each item must mention owner, state, and next action.
{
"metrics": {
"complete": {
"checks": [
{
"contains": [
"speed"
]
},
{
"contains": [
"done"
]
},
{
"contains": [
"status"
]
}
]
}
}
}temperature
0
max_tokens
360
timeout (s)
120
type
throughput
file
speed-status-bullets.json