Merge remote-tracking branch 'upstream/master'

pull/1469/head
David Garcia Quintas 10 years ago
commit 2725c6490e
  1. 3
      test/cpp/qps/smoke_test.cc

@ -33,6 +33,8 @@
#include <grpc/support/log.h>
#include <signal.h>
#include "test/cpp/qps/driver.h"
#include "test/cpp/qps/report.h"
@ -136,6 +138,7 @@ static void RunQPS() {
} // namespace grpc
int main(int argc, char** argv) {
signal(SIGPIPE, SIG_IGN);
using namespace grpc::testing;
RunSynchronousStreamingPingPong();
RunSynchronousUnaryPingPong();

Loading…
Cancel
Save