server.listen(common.PORT, function() {
    bench.http('/', args, function() {
      server.close();
    });
  });