Logs total run duration in overview log.

This commit is contained in:
benbierens 2023-10-23 10:32:11 +02:00
parent e11a7d1600
commit 4adce837ec
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ namespace ContinuousTests
{
var testDuration = Time.FormatDuration(DateTime.UtcNow - startTime);
var testData = FormatTestRuns(testLoops);
overviewLog.Log("Total duration: " + testDuration);
if (config.TargetDurationSeconds > 0)
{