Skip to content

Commit

Permalink
Add process behaviour charts
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiaGivan committed Jun 16, 2024
1 parent a126c01 commit 13cf27b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/testData/CFDRendererExpectedOutput.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ const metricsOutput = {
"analysis_done": 0,
"analysis_active": 0
},
"biggestCycleTime": 2,
"averageLeadTime": 3,
"biggestCycleTime": 3,
"averageLeadTime": 4,
"throughput": 0.3,
"metricLinesData": {
"averageCycleTime": null,
"averageLeadTime": 3,
"averageLeadTime": 4,
"leadTimeDateBefore": "2023-04-05T21:00:00.000Z",
"cycleTimeDateBefore": null,
"currentDate": "2023-04-09T00:00:00.000Z",
Expand Down

0 comments on commit 13cf27b

Please sign in to comment.