Knapsack Pro / cypress-example-kitchensink / Cypress - Codefresh.io Public
Back to CI buildsYou find here details about tests recorded for below git commit hash across 2 parallel CI nodes for knapsack-pro branch.
Commit hash | Branch | Node total | Updated at | Created at |
---|---|---|---|---|
a672522d3e9ef9fe98524301de6a0ea45ae695e0 | knapsack-pro | 2 | 2019-12-23 18:35:45 UTC | 2019-12-23 18:35:45 UTC |
Here you can check if all parallel CI nodes recorded tests timing data.
When you re-run CI build or run a new CI build for the same commit & branch & node total number, then the data below will be updated.
Collected Build Subsets 2 out of 2.
All CI nodes sent time execution data to Knapsack Pro API. Everything works!
The time gap between the finish times of the CI node that Finished First and the one which Finished Last is 3.217 seconds
Node Index | Created At | Time execution |
---|---|---|
0 Finished First | 2019-12-23 18:35:45 UTC | 12.398 seconds |
1 Finished Last | 2019-12-23 18:35:48 UTC | 29.676 seconds |
Build Distribution ID is the ID for the test suite split. You can see this ID in knapsack_pro logs as a test suite split seed.
Total time execution is sum of tests' execution times recorded across all parallel CI nodes.
Node max time execution is an estimated average time of running tests per CI node.
Distance is a time gap between average CI node time execution and the slowest CI node. The lower the better.
Build Distribution ID | Node total | Total time execution | Node max time execution | Distance |
---|---|---|---|---|
ac9ee00a-5f57-4a6e-b299-427618b2f364 | 2 | 42.074 seconds | 21.037 seconds | 13.964 seconds |
The slow test files are highlighted in yellow below.
Test files with higher time execution than 21.037 seconds are bottleneck because they take more time than expected execution time per parallel CI node.
Please check how to improve test suite split for the slowest test files.
Test file path (3 files) | Time execution |
---|---|
cypress/integration/examples/actions.spec.js | 29.676 seconds |
cypress/integration/examples/assertions.spec.js | 7.073 seconds |
cypress/integration/examples/aliasing.spec.js | 5.325 seconds |