Docs: Update benchmark for deepseek/deepseek-v3.2

This commit is contained in:
github-actions[bot]
2025-12-01 15:02:03 +00:00
parent c8893a805f
commit 0b47c76f63
11 changed files with 225 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
const renderTemplate = async (templateString, data) => {
const { default: Handlebars } = await import('https://cdn.skypack.dev/handlebars');
const template = Handlebars.compile(templateString);
return template(data);
};
export default renderTemplate;
// Generation time: 3.202s
// Result: PASS