Browse Source

Add a unary server benchmark (#1074)

Motivation:

Benchmarks are useful for measuring performance. We don't currently have
any benchmarks looking at just the server.

Modifications:

- Add a benchmark to measure unary RPCs on an EmbededChannel on the
  server.

Result:

- More benchmarks.
George Barnett 5 years ago
parent
commit
043c442073
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -20,3 +20,4 @@ Examples/EchoWeb/package-lock.json
 dev/codegen-tests/**/generated/*
 /scripts/.swiftformat-source/
 Package.resolved
+*.out.*