Docs: Update benchmark for openai/gpt-5.2

This commit is contained in:
github-actions[bot]
2025-12-11 18:42:54 +00:00
parent 0e0b16be72
commit 901bde7c8a
11 changed files with 379 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
export async function renderTemplate(t, d = {}) {
let { default: H } = await import("https://esm.sh/handlebars@4.7.8")
return H.compile(String(t))({ ...d })
}
export default renderTemplate;
// Generation time: 2.200s
// Result: PASS