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