Skip to content

Commit

Permalink
[WIP] Adapt docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timebertt committed Apr 22, 2024
1 parent 4775764 commit a0d1541
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ In addition to creating the preconfigured websites, you can also generate some m

```bash
# create a random number of websites per project namespace (up to 50 each)
$ cd webhosting-operator
$ go run ./cmd/samples-generator
$ go run ./webhosting-operator/cmd/samples-generator
created 32 Websites in project "project-foo"
```

Expand All @@ -67,8 +66,7 @@ created 32 Websites in project "project-foo"
The [experiment](./cmd/experiment) tool allows executing different scenarios for load testing the webhosting-operator, which are used for evaluating the sharding mechanism:

```text
$ cd webhosting-operator
$ go run ./cmd/experiment -h
$ go run ./webhosting-operator/cmd/experiment -h
Usage:
experiment [command]
Expand Down

0 comments on commit a0d1541

Please sign in to comment.