Add data throughput test

This commit is contained in:
kpdecker
2013-08-25 15:57:39 -05:00
parent 2dac9c978a
commit 84b852c137
+4
View File
@@ -0,0 +1,4 @@
module.exports = {
context: { names: [{name: "Moe"}, {name: "Larry"}, {name: "Curly"}, {name: "Shemp"}] },
handlebars: "{{#each names}}{{@index}}{{name}}{{/each}}"
}