Docs: Update benchmark for google/gemini-3.8-flash EFF:high

This commit is contained in:
github-actions[bot]
2026-09-08 14:30:30 +00:00
parent 16a6e49ab2
commit aab29b41d9
12 changed files with 407 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
let lib;
export async function parseMarkdown(text = '') {
lib ??= import('https://esm.sh/marked');
const { marked } = await lib;
return marked.parse(String(text));
}
export default parseMarkdown;
// Generation time: 15.759s
// Result: PASS