mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-03-17 03:11:01 +00:00
Docs: Update benchmark for x-ai/grok-4.20-beta
This commit is contained in:
10
tests/5_markdown_parser/outputs/x-ai_grok-4.20-beta.js
Normal file
10
tests/5_markdown_parser/outputs/x-ai_grok-4.20-beta.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export const parseMarkdown = async m => {
|
||||
const [{marked}] = await Promise.all([
|
||||
import('https://cdn.jsdelivr.net/npm/marked@14.1.4/+esm')
|
||||
]);
|
||||
const html = marked.parse(m);
|
||||
return html;
|
||||
};
|
||||
export default parseMarkdown;
|
||||
// Generation time: 0.670s
|
||||
// Result: PASS
|
||||
Reference in New Issue
Block a user