Skip to content

Commit

Permalink
remove only stat bench test
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Apr 18, 2017
1 parent b498da7 commit 5be1717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/suites/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ let bench3 = benchmark.createSuite("Call with statistics & metrics");
});
})();

(function() {
/*(function() {
let broker = createBroker({ statistics: true });
bench3.add("With statistics", done => {
return broker.call("users.empty").then(done);
});
})();
})();*/

(function() {
let broker = createBroker({ metrics: true, statistics: true });
Expand Down

0 comments on commit 5be1717

Please sign in to comment.