Skip to content

Commit 34a6644

Browse files
committed
Removed streaming from usage_scenario and added to runner. we see this only as a dev option
1 parent cea8665 commit 34a6644

2 files changed

Lines changed: 81 additions & 86 deletions

File tree

content/en/docs/measuring/runner-switches.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Apart from the `config.yml` some additional configuration is possible when manua
5353
- `--dev-no-save` Will save no data to the DB. This implicitly activates `--dev-no-phase-stats`, `--dev-no-metrics` and `--dev-no-optimizations`
5454
- `--dev-cache-build` Checks if a container image is already in the local cache and will then not build it. Also doesn't clear the images after a run. Please note that skipping builds only works the second time you make a run since the image has to be built at least initially to work.
5555
- `--dev-no-optimizations` Disables the creation of potential optimization recommendations based on the measurement run.
56+
- `--dev-stream-outputs` Stream the output of the container build and the called processes in flows and setup-commands to the terminal. Note that this disallows capturing of errors and build outputs in logs and error messages.
5657
- `--print-phase-stats PHASE_NAME` Prints the stats of the given phase to the CLI. Typical argument would be "\[RUNTIME\]" to see all runtime phases combined
5758
- `--print-logs` Prints the container and process logs to stdout
5859
- `--iterations` Specify how many times each scenario should be executed (Default: 1)

0 commit comments

Comments
 (0)