Skip to content

Commit 1ceb50b

Browse files
committed
Add process behaviour charts
1 parent ee942fd commit 1ceb50b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/testData/CFDRendererExpectedOutput.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ const metricsOutput = {
99
"analysis_done": 0,
1010
"analysis_active": 0
1111
},
12-
"biggestCycleTime": 2,
13-
"averageLeadTime": 3,
12+
"biggestCycleTime": 3,
13+
"averageLeadTime": 4,
1414
"throughput": 0.3,
1515
"metricLinesData": {
1616
"averageCycleTime": null,
17-
"averageLeadTime": 3,
17+
"averageLeadTime": 4,
1818
"leadTimeDateBefore": "2023-04-05T21:00:00.000Z",
1919
"cycleTimeDateBefore": null,
2020
"currentDate": "2023-04-09T00:00:00.000Z",

0 commit comments

Comments
 (0)