Skip to content

Commit 4453fe6

Browse files
committed
Added new config options for user and increased image rendering size
1 parent 4e2aee8 commit 4453fe6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/en/docs/measuring/configuration.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,5 +191,8 @@ For local installations these are to be found under [https://metrics.green-codin
191191
+ Example: *NetworkConnectionsProxyContainerProvider*
192192
- `flow-process-duration` **[integer]**: Max. duration in seconds for how long one flow should take. Timeout-Exception is thrown if exceeded.
193193
- `total-duration` **[integer]**: Max. duration in seconds for how long the whole run may take. Including building containers, baseline, idle, runtime and removal phases.
194+
- `phase-padding` **[integer]**: Phase padding is by default applied to the end of the phase to capture the last sampling tick, which might be cut-off. GMT applies one extra tick to the end of the phase. If your phase cut-offs must me microsecond exact you can turn this off. Typically not recommended and should be left on. See [https://github.com/green-coding-solutions/green-metrics-tool/issues/1129](https://github.com/green-coding-solutions/green-metrics-tool/issues/1129) for details.
195+
- `dev-no-sleeps` **[integer]**: Does not sleep in between phases and for cool-down periods. Beware that this will speed up runs on the cluster but render them invalid.
196+
- `dev-no-optimizations` **[integer]**: De-activates running the optimizations after a measurement.
194197

195-
<center><img style="width: 300px;" src="/img/dashboard-settings.webp" alt="Dashboard Settings for GMT Measurements"></center>
198+
<center><img style="width: 600px;" src="/img/dashboard-settings.webp" alt="Dashboard Settings for GMT Measurements"></center>

0 commit comments

Comments
 (0)