Output scaled times for throughput
This commit is contained in:
+2
-1
@@ -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);
|
||||
});
|
||||
};
|
||||
|
||||
@@ -73,6 +73,7 @@ BenchWarmer.prototype = {
|
||||
self.writeValue(value[lang] || '');
|
||||
});
|
||||
});
|
||||
print('\n');
|
||||
|
||||
var errors = false, prop, bench;
|
||||
for(prop in self.errors) {
|
||||
|
||||
Reference in New Issue
Block a user