Skip to content

Commit

Permalink
perf(perf): fix xstream perf benchmark for merge()
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Medeiros committed Apr 9, 2016
1 parent 11c478a commit 4758a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf/merge.js
Expand Up @@ -44,7 +44,7 @@ var options = {

suite
.add('xstream', function(deferred) {
var streams = a.map(xs.from);
var streams = a.map(xs.fromArray);
runners.runXStream(deferred,
xs.merge.apply(void 0, streams).fold(sum, 0).last());
}, options)
Expand Down

0 comments on commit 4758a1d

Please sign in to comment.