mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-02-04 09:57:54 +00:00
Docs: Update benchmark for moonshotai/kimi-k2.5
This commit is contained in:
10
tests/5_markdown_parser/outputs/moonshotai_kimi-k2.5.js
Normal file
10
tests/5_markdown_parser/outputs/moonshotai_kimi-k2.5.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const parseMarkdown = (() => {
|
||||
let m;
|
||||
return async s => {
|
||||
m = m || await import('https://esm.sh/marked');
|
||||
return m.marked.parse(s);
|
||||
};
|
||||
})();
|
||||
export default parseMarkdown;
|
||||
// Generation time: 49.501s
|
||||
// Result: PASS
|
||||
Reference in New Issue
Block a user