Remove outdated eco package from bench

The `eco`-templates (Embedded CoffeeScript templates)
had their last update over 10 years ago, so we can
remove this dependency from our benchmark.
This commit is contained in:
Jakob Linskeseder
2022-01-02 00:08:06 +01:00
committed by Jay Linski
parent f73be4ebf3
commit 0896d00c2e
13 changed files with 7 additions and 118 deletions
+1 -2
View File
@@ -2,6 +2,5 @@ module.exports = {
context: {},
handlebars: 'Hello world',
dust: 'Hello world',
mustache: 'Hello world',
eco: 'Hello world'
mustache: 'Hello world'
};