mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-04-27 19:52:14 +00:00
Docs: Update benchmark for anthropic/claude-opus-4.7 EFF:medium
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const parseMarkdown = async md => {
|
||||
const { marked } = await import('https://cdn.jsdelivr.net/npm/marked/+esm');
|
||||
return marked.parse(md);
|
||||
};
|
||||
export default parseMarkdown;
|
||||
// Generation time: 1.391s
|
||||
// Result: PASS
|
||||
Reference in New Issue
Block a user