RUM-9917 improve speed of running core-it suite#2711
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2711 +/- ##
===========================================
- Coverage 69.96% 69.94% -0.01%
===========================================
Files 822 822
Lines 30639 30639
Branches 5158 5158
===========================================
- Hits 21434 21430 -4
- Misses 7765 7772 +7
+ Partials 1440 1437 -3 🚀 New features to boost your workflow:
|
| } | ||
| .setBatchSize(forge.getForgery()) | ||
| .setUploadFrequency(forge.getForgery()) | ||
| .setBatchSize(BatchSize.SMALL) |
There was a problem hiding this comment.
probably it should be different here? Like big batches + setBatchProcessingLevel(BatchProcessingLevel.HIGH), since we want to upload as much as possible as fast as possible.
There was a problem hiding this comment.
Smaller batches means that they are ready to be uploaded faster.
Good idea on setBatchProcessingLevel, I'll update the PR
There was a problem hiding this comment.
Smaller batches means that they are ready to be uploaded faster
oh yeah, this is true as well. We can have more upload iterations for them, but BatchProcessingLevel.HIGH should solve that.
6d9e208 to
1beedef
Compare
What does this PR do?
Speed up the
core-ittest suite and reduce the time spent in CI