diff options
Diffstat (limited to 'bench/throughput.js')
-rw-r--r-- | bench/throughput.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/throughput.js b/bench/throughput.js index b750e44..308446a 100644 --- a/bench/throughput.js +++ b/bench/throughput.js @@ -114,7 +114,7 @@ function makeSuite(bench, name, template, handlebarsOnly) { module.exports = function(grunt, callback) { // Deferring load incase we are being run inline with the grunt build - Handlebars = require('../lib/handlebars'); + Handlebars = require('../lib'); console.log('Execution Throughput'); runner(grunt, makeSuite, function(times, scaled) { |