Docs: Update benchmark for z-ai/glm-5.1

This commit is contained in:
github-actions[bot]
2026-04-07 18:55:08 +00:00
parent e331b73dae
commit e7b9bb1a9c
12 changed files with 268 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
async function parseMarkdown(m) {
const { marked } = await import('https://esm.sh/marked')
return marked.parse(m)
}
export default parseMarkdown;
// Generation time: 29.156s
// Result: PASS