%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/self/root/usr/src/node-v0.10.4/tools/blog/node_modules/ejs/
Upload File :
Create Path :
Current File : //proc/self/root/usr/src/node-v0.10.4/tools/blog/node_modules/ejs/benchmark.js


var ejs = require('./lib/ejs'),
    str = '<% if (foo) { %><p><%= foo %></p><% } %>',
    times = 50000;

console.log('rendering ' + times + ' times');

var start = new Date;
while (times--) {
    ejs.render(str, { cache: true, filename: 'test', locals: { foo: 'bar' }});
}

console.log('took ' + (new Date - start) + 'ms');

Zerion Mini Shell 1.0