-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨[RUM-3798] Report the cpu impact as a pr comment #2702
✨[RUM-3798] Report the cpu impact as a pr comment #2702
Conversation
Bundles Sizes Evolution
🚀 CPU Performance
|
98f0251
to
d416e91
Compare
/to-staging |
🚂 Branch Integration: starting soon, merge in < 0s Commit 6fa3e7acc0 will soon be integrated into staging-16. This build is going to start soon! (estimated merge in less than 0s) Use |
🚨 Branch Integration: The build pipeline contains failing jobs for this merge request We couldn't automatically merge the commit 6fa3e7acc0 into staging-16. Since those jobs are not marked as being allowed to fail, the pipeline will most likely fail. You should have a look at the pipeline, wait for the build to finish and investigate the failures.
|
This reverts commit 1ea85f4.
Motivation
We want to know how much the Browser SDK is impacting the performances, and detect regressions early.
Changes
Using synthetic test we trigger a micro benchmark of actions you can perform on the sdk, measure the time used and retrieves data using logs2metrics.
Note : the S3 bucket contains now every built bundle of each PR. As it replaces the previous one after CI (for the same PR), only the built files for last commit before merging will be kept.
Testing
I have gone over the contributing documentation.