Docs: Update benchmark for moonshotai/kimi-k2.7-code

This commit is contained in:
github-actions[bot]
2026-06-19 23:28:58 +00:00
parent 49dadb5155
commit c263572691
12 changed files with 381 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
const parseMarkdown = async (md) => {
const { default: MarkdownIt } = await import('https://cdn.jsdelivr.net/npm/markdown-it@14.1.0/+esm');
return MarkdownIt({ html: false, linkify: true }).render(md);
};
export default parseMarkdown;
// Generation time: 18.711s
// Result: PASS