mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-09-18 11:55:44 +00:00
Docs: Update benchmark for google/gemini-3.8-flash EFF:high
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user