Skip to content
Snippets Groups Projects

Use enums and duration in ExecutionStatus/BenchmarkStatus

Merged Sören Henning requested to merge use-enums-in-status into master
1 file
+ 19
1
Compare changes
  • Side-by-side
  • Inline
+ 19
1
@@ -2069,10 +2069,19 @@ Specifies the scaling resource that is benchmarked.
</tr>
</thead>
<tbody><tr>
<td><b>completionTime</b></td>
<td>string</td>
<td>
Time when this execution was stopped<br/>
<br/>
<i>Format</i>: date-time<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>executionDuration</b></td>
<td>string</td>
<td>
Duration of the execution in seconds<br/>
Duration of the execution<br/>
</td>
<td>false</td>
</tr><tr>
@@ -2082,5 +2091,14 @@ Specifies the scaling resource that is benchmarked.
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>startTime</b></td>
<td>string</td>
<td>
Time this execution started<br/>
<br/>
<i>Format</i>: date-time<br/>
</td>
<td>false</td>
</tr></tbody>
</table>
\ No newline at end of file
Loading