Skip to content

Commit 4bfe9ac

Browse files
authored
Fix time travel mode (#120)
1 parent 2c3f75b commit 4bfe9ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Apart from the `config.yml` some additional configuration is possible when manua
4343
- `--full-docker-prune` Stop and remove all containers, build caches, volumes and images on the system
4444
- `--docker-prune` Prune all unassociated build caches, networks volumes and stopped containers on the system
4545
- `--skip-volume-inspect` Disable docker volume inspection. Can help if you encounter permission issues.
46-
- `--dev-flow-timetravel` Allows to repeat a failed flow or timetravel to beginning of flows or restart services
47-
46+
- `--dev-flow-timetravel` Allows to repeat a failed flow or timetravel to beginning of flows.
47+
+ Note that process logging, SCI calculations, and notes extraction may be incomplete in timetravel mode
4848
- `--dev-no-metrics` Skips loading the metric providers. Runs will be faster, but you will have no metric
4949
- `--dev-no-sleeps` Removes all sleeps. Resulting measurement data will be skewed.
5050
- `--dev-no-phase-stats` Do not calculate phase stats.

0 commit comments

Comments
 (0)