mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-04-27 19:52:14 +00:00
Docs: Update benchmark for moonshotai/kimi-k2.6
This commit is contained in:
7
tests/5_markdown_parser/outputs/moonshotai_kimi-k2.6.js
Normal file
7
tests/5_markdown_parser/outputs/moonshotai_kimi-k2.6.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const parseMarkdown=async(md)=>{
|
||||
const{default:MarkdownIt}=await import('https://esm.sh/markdown-it@14.1.0');
|
||||
return new MarkdownIt({html:false}).render(md);
|
||||
};
|
||||
export default parseMarkdown;
|
||||
// Generation time: 95.822s
|
||||
// Result: PASS
|
||||
Reference in New Issue
Block a user