diff options
author | Craig Tiller <ctiller@google.com> | 2016-07-15 07:21:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-15 07:21:14 -0700 |
commit | b955636d412b1734968519cfd561d09cf6a1bd53 (patch) | |
tree | b20a7d1965a0fc31da25648c410ec2c903670c52 /src/proto | |
parent | 13d3e3b7e2538025148dd08956765eab516b2f0b (diff) | |
parent | ad94fdfe51f7faa4be4d6eb40779802e7d56f780 (diff) |
Merge pull request #7407 from ctiller/delayed-write
Benchmark fixes
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/grpc/testing/control.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proto/grpc/testing/control.proto b/src/proto/grpc/testing/control.proto index 20496a8116..ece6910815 100644 --- a/src/proto/grpc/testing/control.proto +++ b/src/proto/grpc/testing/control.proto @@ -229,4 +229,7 @@ message ScenarioResult { repeated int32 server_cores = 5; // An after-the-fact computed summary ScenarioResultSummary summary = 6; + // Information on success or failure of each worker + repeated bool client_success = 7; + repeated bool server_success = 8; } |