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, commands, done. Set benchmark to "speed", title to "Git Commands", and done to true. List 10 essential git commands with one-line descriptions.
{
"metrics": {
"complete": {
"checks": [
{
"contains": [
"speed"
]
},
{
"contains": [
"done"
]
},
{
"contains": [
"commit"
]
}
]
}
}
}temperature
0
max_tokens
350
timeout (s)
60
type
throughput
file
speed-git-commands.json