Docs: Update benchmark for anthropic/claude-opus-4.8 EFF:medium

This commit is contained in:
github-actions[bot]
2026-05-31 18:07:47 +00:00
parent 39d0a9f316
commit e5f1b816d1
12 changed files with 413 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
const parseMarkdown = async (md = "") => {
const { marked } = await import("https://cdn.jsdelivr.net/npm/marked/+esm");
return marked.parse(md, { gfm: true, breaks: true });
};
export default parseMarkdown;
// Generation time: 6.625s
// Result: PASS