mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-06-28 04:12:13 +00:00
Docs: Update benchmark for z-ai/glm-5.2
This commit is contained in:
7
tests/5_markdown_parser/outputs/z-ai_glm-5.2.js
Normal file
7
tests/5_markdown_parser/outputs/z-ai_glm-5.2.js
Normal 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
|
||||
Reference in New Issue
Block a user