Skip to content

Commit 1a8cbc4

Browse files
committed
Added --dev-no-save
1 parent 88f43d8 commit 1a8cbc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Apart from the `config.yml` some additional configuration is possible when manua
4444
- `--dev-no-metrics` Skips loading the metric providers. Runs will be faster, but you will have no metric
4545
- `--dev-no-sleeps` Removes all sleeps. Resulting measurement data will be skewed.
4646
- `--dev-no-phase-stats` Do not calculate phase stats.
47+
- `--dev-no-save` Will save no data to the DB. This implicitly activates `--dev-no-phase-stats`, `--dev-no-metrics` and `--dev-no-optimizations`
4748
- `--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.
4849
- `--dev-no-optimizations` Disables the creation of potential optimization recommendations based on the measurement run.
4950
- `--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

0 commit comments

Comments
 (0)