summaryrefslogtreecommitdiffstats
path: root/bench/throughput.js
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2013-10-09 04:02:21 -0700
committerkpdecker <kpdecker@gmail.com>2013-10-09 04:02:21 -0700
commite5a4889b36b94598e2ee80177bc0b339abda9dd2 (patch)
treedd9062af3b014857154debdfb7b0c559bbb47762 /bench/throughput.js
parent9769045e04bd30dbc6259d17bd7b3c9559b08fef (diff)
downloadhandlebars.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.js2
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) {