mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-03-17 11:21:00 +00:00
Docs: Update benchmark for openrouter/pony-alpha
This commit is contained in:
7
tests/5_markdown_parser/outputs/openrouter_pony-alpha.js
Normal file
7
tests/5_markdown_parser/outputs/openrouter_pony-alpha.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const parseMarkdown = async md => {
|
||||
const { parse } = await import('https://esm.sh/marked')
|
||||
return parse(md)
|
||||
}
|
||||
export default parseMarkdown;
|
||||
// Generation time: 137.282s
|
||||
// Result: PASS
|
||||
Reference in New Issue
Block a user