Skip to content

Commit

Permalink
Format markdown (knative#4639)
Browse files Browse the repository at this point in the history
Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation authored Dec 14, 2020
1 parent e719a3b commit ece1741
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions test/performance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
## Configuring your cluster to run a benchmark

1. Create a namespace `perf-eventing` if it does not exist. To use a different
namespace, please replace all the namespaces in
all bash commands and yaml configuration files with your choice.
namespace, please replace all the namespaces in all bash commands and yaml
configuration files with your choice.

1. Install Knative eventing and components used in the performance test,
such as MT broker, by following the steps in https://github.com/knative/eventing/blob/master/DEVELOPMENT.md.
1. Install Knative eventing and components used in the performance test, such as
MT broker, by following the steps in
https://github.com/knative/eventing/blob/master/DEVELOPMENT.md.

1. Create a ConfigMap called `config-mako` in your chosen namespace containing
the Mako config file.
Expand Down Expand Up @@ -66,8 +67,9 @@ To run a benchmark once, and use the result from `mako-stub` for plotting:
bash "$GOPATH/src/knative.dev/eventing/vendor/knative.dev/pkg/test/mako/stub-sidecar/read_results.sh" "$pod_name" perf-eventing ${mako_port:-10001} ${timeout:-120} ${retries:-100} ${retries_interval:-10} "$output_file"
```

This will download a CSV with all raw results. Alternatively you can remove the port argument
`-p` in `mako-stub` container to dump the output to container log directly.
This will download a CSV with all raw results. Alternatively you can remove
the port argument `-p` in `mako-stub` container to dump the output to
container log directly.

## Available benchmarks

Expand Down

0 comments on commit ece1741

Please sign in to comment.