Skip to content
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
4 changes: 2 additions & 2 deletions content/en/docs/measuring/runner-switches.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Apart from the `config.yml` some additional configuration is possible when manua
- `--full-docker-prune` Stop and remove all containers, build caches, volumes and images on the system
- `--docker-prune` Prune all unassociated build caches, networks volumes and stopped containers on the system
- `--skip-volume-inspect` Disable docker volume inspection. Can help if you encounter permission issues.
- `--dev-flow-timetravel` Allows to repeat a failed flow or timetravel to beginning of flows or restart services

- `--dev-flow-timetravel` Allows to repeat a failed flow or timetravel to beginning of flows.
+ Note that process logging, SCI calculations, and notes extraction may be incomplete in timetravel mode
- `--dev-no-metrics` Skips loading the metric providers. Runs will be faster, but you will have no metric
- `--dev-no-sleeps` Removes all sleeps. Resulting measurement data will be skewed.
- `--dev-no-phase-stats` Do not calculate phase stats.
Expand Down