0896d00c2e
The `eco`-templates (Embedded CoffeeScript templates) had their last update over 10 years ago, so we can remove this dependency from our benchmark.
7 lines
115 B
JavaScript
7 lines
115 B
JavaScript
module.exports = {
|
|
context: {},
|
|
handlebars: 'Hello world',
|
|
dust: 'Hello world',
|
|
mustache: 'Hello world'
|
|
};
|