Skip to content

Commit

Permalink
Update README.md (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
krishvoor authored Mar 13, 2024
1 parent d9247e6 commit 87bb60c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Ingress-perf configuration is defined in a YAML file, holding an array of the fo

| Field Name | Type | Description | Default Value | Tools |
|------------------|------------------|---------------------------------------------------------------------------------------------|---------------|------------------|
| `termination` | `string` | Benchmark termination. Allowed values are `http`, `edge`, `reencrypt` and `reencrypt`. | N/A | `wrk`,`hloader` |
| `termination` | `string` | Benchmark termination. Allowed values are `http`, `edge`, `passthrough` and `reencrypt`. | N/A | `wrk`,`hloader` |
| `connections` | `int` | Number of connections per client. | `0` | `wrk`,`hloader` |
| `samples` | `int` | Number of samples per scenario. | `0` | `wrk`,`hloader` |
| `duration` | `time.Duration` | Duration of each sample. | `""` | `wrk`,`hloader` |
Expand Down Expand Up @@ -82,7 +82,7 @@ Go 1.19 is required

```console
$ make build
GOARCH=amd64 CGO_ENABLED=0 go build -v -ldflags "-X github.com/cloud-bulldozer/go-commons/version.GitCommit=34d5810c80185f788c67c41ea9e904bc22a98908 -X github.com/cloud-bulldozer/go-commons/version.Version=ingress-gateway -X github.com/cloud-bulldozer/go-commons/version.BuildDate=2024-02-01-10:23:15" -o bin/ingress-perf cmd/ingress-perf.go
GOARCH=`go env GOARCH` CGO_ENABLED=0 go build -v -ldflags "-X github.com/cloud-bulldozer/go-commons/version.GitCommit=34d5810c80185f788c67c41ea9e904bc22a98908 -X github.com/cloud-bulldozer/go-commons/version.Version=ingress-gateway -X github.com/cloud-bulldozer/go-commons/version.BuildDate=2024-02-01-10:23:15" -o bin/ingress-perf cmd/ingress-perf.go
$ ls bin/ingress-perf
ingress-perf
```

0 comments on commit 87bb60c

Please sign in to comment.