Output scaled times for throughput

This commit is contained in:
kpdecker
2013-09-02 16:26:57 -05:00
parent 06e2a441db
commit 0fe78f379a
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -116,7 +116,8 @@ module.exports = function(grunt, callback) {
// Deferring load incase we are being run inline with the grunt build
Handlebars = require('../lib/handlebars');
console.log('Execution Throughput');
runner(grunt, makeSuite, function(times, scaled) {
callback(times);
callback(scaled);
});
};
+1
View File
@@ -73,6 +73,7 @@ BenchWarmer.prototype = {
self.writeValue(value[lang] || '');
});
});
print('\n');
var errors = false, prop, bench;
for(prop in self.errors) {