mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-07-18 05:45:46 +00:00
Docs: Update benchmark for x-ai/grok-4.5
This commit is contained in:
7
tests/5_markdown_parser/outputs/x-ai_grok-4.5.js
Normal file
7
tests/5_markdown_parser/outputs/x-ai_grok-4.5.js
Normal file
@@ -0,0 +1,7 @@
|
||||
async function parseMarkdown(s){
|
||||
const{marked}=await import('https://cdn.jsdelivr.net/npm/marked@13.0.3/lib/marked.esm.js')
|
||||
return marked.parse(s)
|
||||
}
|
||||
export default parseMarkdown;
|
||||
// Generation time: 6.585s
|
||||
// Result: PASS
|
||||
Reference in New Issue
Block a user