summaryrefslogtreecommitdiffstats
path: root/bench
diff options
context:
space:
mode:
Diffstat (limited to 'bench')
-rw-r--r--bench/templates/object-mustache.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/bench/templates/object-mustache.js b/bench/templates/object-mustache.js
index 3505719..52dbc26 100644
--- a/bench/templates/object-mustache.js
+++ b/bench/templates/object-mustache.js
@@ -1,6 +1,4 @@
module.exports = {
context: { person: { name: "Larry", age: 45 } },
- handlebars: "{{#person}}{{name}}{{age}}{{/person}}",
- dust: "{#person}{name}{age}{/person}",
- mustache: "{{#person}}{{name}}{{age}}{{/person}}"
+ handlebars: "{{#person}}{{name}}{{age}}{{/person}}"
};