mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-03-17 03:11:01 +00:00
Docs: Update benchmark for google/gemini-3.1-pro-preview
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const parseMarkdown = async m => {
|
||||
const { parse } = await import('https://cdn.jsdelivr.net/npm/marked/+esm');
|
||||
return parse(m);
|
||||
};
|
||||
export default parseMarkdown;
|
||||
// Generation time: 23.960s
|
||||
// Result: PASS
|
||||
Reference in New Issue
Block a user