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

This commit is contained in:
github-actions[bot]
2026-06-19 23:14:20 +00:00
parent 3cd4fa5ca6
commit d4ae079fea
12 changed files with 321 additions and 0 deletions

View File

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