+
+ ${metricBlock("Median score", compactNumber(scenario.median_score, 1), `target ${compactNumber(scenario.threshold, 0)}`)}
+ ${metricBlock("Pass rate", formatPercent(typeof scenario.pass_rate === "number" ? scenario.pass_rate * 100 : null))}
+ ${metricBlock("Cost", formatCurrency(scenario.total_cost_usd))}
+ ${metricBlock("Runtime", formatDuration(scenario.wall_time_seconds))}
+ ${metricBlock("Hard gates", compactNumber(scenario.hard_gate_failures, 0))}
+ ${metricBlock("Technical", compactNumber(scenario.technical_failures, 0))}
+ ${metricBlock("Retries", compactNumber(scenario.retries, 0))}
+ ${metricBlock("Runs", compactNumber(scenario.runs, 0))}
+
+
+ Per-run prompts, transcripts, criteria, and traces are not retained for this execution.
-
${meta.label}
-
-
- ${metricBlock("Median score", compactNumber(scenario.median_score, 1), `target ${compactNumber(scenario.threshold, 0)}`)}
- ${metricBlock("Pass rate", formatPercent(typeof scenario.pass_rate === "number" ? scenario.pass_rate * 100 : null))}
- ${metricBlock("Cost", formatCurrency(scenario.total_cost_usd))}
- ${metricBlock("Runtime", formatDuration(scenario.wall_time_seconds))}
- ${metricBlock("Hard gates", compactNumber(scenario.hard_gate_failures, 0))}
- ${metricBlock("Technical", compactNumber(scenario.technical_failures, 0))}
- ${metricBlock("Retries", compactNumber(scenario.retries, 0))}
- ${metricBlock("Runs", compactNumber(scenario.runs, 0))}
-
-
- Per-run prompts, transcripts, criteria, and traces are not retained for this execution.
-
+
`;
}
@@ -741,9 +794,9 @@
`
: ""
}
-