Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: shyamjesal <[email protected]>
  • Loading branch information
shyamjesal committed Feb 9, 2024
1 parent 3500483 commit 5beac56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/invoker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ An example input file for eventing can look like this:

### Invoker usage
`make invoker` can be used to build a binary of the invoker. Once this and the input file are ready, calling `./invoker` will start the process.
> Note: You need to have go and protoc installed on your machine to build the invoker. Refere to [this](https://golang.org/doc/install) for installation instructions or our install scripts `./utils/install_go.sh` and `./utils/install_protoc.sh`.
> Note: You need to have go and protoc installed on your machine to build the invoker. Refer to [this](https://golang.org/doc/install) for installation instructions or our install scripts `./utils/install_go.sh` and `./utils/install_protoc.sh`.
Additional inputs can be provided to set the desired duration (`--time`), requests per second (`-rps`) or port (`-port`) to be used. `-dbg` can be set for extra debug logs, and additionally tracing can be enabled for the invoker using the boolean `-trace` flag, in which case the `-zipkin` option may also need to be used in order to specify the address of the zipkin span collector.

Expand Down

0 comments on commit 5beac56

Please sign in to comment.