Skip to content
Snippets Groups Projects
Commit 200ef287 authored by murgatroid99's avatar murgatroid99
Browse files

Perform quit operations in a useful order in Node perf tests

parent 7c9076ab
No related branches found
No related tags found
No related merge requests found
......@@ -55,9 +55,8 @@ module.exports = function WorkerServiceImpl(benchmark_impl, server) {
}
this.quitWorker = function quitWorker(call, callback) {
server.tryShutdown(function() {
callback(null, {});
});
callback(null, {});
server.tryShutdown(function() {});
};
this.runClient = function runClient(call) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment