Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc-updates]: To ingress-perf README.md #589

Merged
merged 1 commit into from
Jul 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workloads/ingress-perf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The `./run.sh` script is just a small wrapper on top of [ingress-perf](https://g
In order to run a test you have to set the `CONFIG` environment variable pointing to one of the configuration files available in the [config directory](config/) and just issue `./run.sh`. i.e:

```shell
$ CONFIG=config/wrk-standard.yml ./run.sh ITERATIONS=5 WORKLOAD=cluster-density-v2 ./run.sh
$ CONFIG=config/aws-standard.yml ./run.sh ITERATIONS=5 WORKLOAD=cluster-density-v2 ./run.sh
time="2023-05-23 12:17:54" level=info msg="Running ingress performance adbddaf1-2a9e-4c53-a410-f98749fd901e" file="ingress-perf.go:41"
time="2023-05-23 12:17:54" level=info msg="Creating elastic indexer" file="ingress-perf.go:49"
time="2023-05-23 12:17:56" level=info msg="Starting ingress-perf" file="runner.go:42"
Expand Down