Skip to content

Commit

Permalink
benchmark/bm.js: set async run to false
Browse files Browse the repository at this point in the history
  • Loading branch information
manidlou committed Feb 17, 2017
1 parent 01f7009 commit 4d498ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/bm.js
Expand Up @@ -53,7 +53,7 @@ function perf (root, ign) {
console.log(String(ev.target))
}).on('complete', function () {
console.log('\nSummary: Fastest is ' + this.filter('fastest').map('name'))
}).run({ 'async': true })
}).run({ 'async': false })
}
}

Expand Down

0 comments on commit 4d498ea

Please sign in to comment.