Skip to content

Commit

Permalink
binary stdin usage
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Oct 18, 2018
1 parent d35edb7 commit a844463
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -129,6 +129,12 @@ Using binary data file (see [writing a message](https://developers.google.com/pr
ghz -proto ./greeter.proto -call helloworld.Greeter.SayHello -B ./hello_request_data.bin 0.0.0.0:50051
```

Or using binary from stdin:

```sh
ghz -proto ./greeter.proto -call helloworld.Greeter.SayHello -b 0.0.0.0:50051 < ./hello_request_data.bin
```

Custom number of requests and concurrency:

```sh
Expand Down

0 comments on commit a844463

Please sign in to comment.