mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-13 16:17:54 +00:00
Docs: Update benchmark for deepseek/deepseek-v3.2
This commit is contained in:
8
tests/4_transpiler/outputs/deepseek_deepseek-v3.2.js
Normal file
8
tests/4_transpiler/outputs/deepseek_deepseek-v3.2.js
Normal 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
|
||||
Reference in New Issue
Block a user