diff options
author | kpdecker <kpdecker@gmail.com> | 2013-10-09 04:02:21 -0700 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2013-10-09 04:02:21 -0700 |
commit | e5a4889b36b94598e2ee80177bc0b339abda9dd2 (patch) | |
tree | dd9062af3b014857154debdfb7b0c559bbb47762 /bench/throughput.js | |
parent | 9769045e04bd30dbc6259d17bd7b3c9559b08fef (diff) | |
download | handlebars.js-e5a4889b36b94598e2ee80177bc0b339abda9dd2.zip handlebars.js-e5a4889b36b94598e2ee80177bc0b339abda9dd2.tar.gz handlebars.js-e5a4889b36b94598e2ee80177bc0b339abda9dd2.tar.bz2 |
Fix metrics exec
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) { |