You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/measuring/runner-switches.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ Apart from the `config.yml` some additional configuration is possible when manua
44
44
-`--dev-no-metrics` Skips loading the metric providers. Runs will be faster, but you will have no metric
45
45
-`--dev-no-sleeps` Removes all sleeps. Resulting measurement data will be skewed.
46
46
-`--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`
47
48
-`--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.
48
49
-`--dev-no-optimizations` Disables the creation of potential optimization recommendations based on the measurement run.
49
50
-`--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