Skip to content
Snippets Groups Projects
Commit 2725c649 authored by David Garcia Quintas's avatar David Garcia Quintas
Browse files

Merge remote-tracking branch 'upstream/master'

parents d41cbdba 6ea9e290
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,8 @@ ...@@ -33,6 +33,8 @@
#include <grpc/support/log.h> #include <grpc/support/log.h>
#include <signal.h>
#include "test/cpp/qps/driver.h" #include "test/cpp/qps/driver.h"
#include "test/cpp/qps/report.h" #include "test/cpp/qps/report.h"
...@@ -136,6 +138,7 @@ static void RunQPS() { ...@@ -136,6 +138,7 @@ static void RunQPS() {
} // namespace grpc } // namespace grpc
int main(int argc, char** argv) { int main(int argc, char** argv) {
signal(SIGPIPE, SIG_IGN);
using namespace grpc::testing; using namespace grpc::testing;
RunSynchronousStreamingPingPong(); RunSynchronousStreamingPingPong();
RunSynchronousUnaryPingPong(); RunSynchronousUnaryPingPong();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment