Skip to content

fix(core): limit rate of markers invocations#52742

Closed
pkozlowski-opensource wants to merge 1 commit intoangular:mainfrom
pkozlowski-opensource:perf_mark
Closed

fix(core): limit rate of markers invocations#52742
pkozlowski-opensource wants to merge 1 commit intoangular:mainfrom
pkozlowski-opensource:perf_mark

Conversation

@pkozlowski-opensource
Copy link
Copy Markdown
Member

This PR assures that the performance markers are invoked only once for a given feature.

Closes #52524

@pkozlowski-opensource pkozlowski-opensource added action: review The PR is still awaiting reviews from at least one requested reviewer area: core Issues related to the framework runtime target: patch This PR is targeted for the next patch release labels Nov 9, 2023
@ngbot ngbot bot modified the milestone: Backlog Nov 9, 2023
Copy link
Copy Markdown
Member

@alxhub alxhub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guessing symbol tests will need to be updated but LGTM otherwise

This PR assures that the performance markers are invoked
only once for a given feature.

Closes angular#52524
@pkozlowski-opensource pkozlowski-opensource added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Nov 9, 2023
@ngbot
Copy link
Copy Markdown

ngbot bot commented Nov 9, 2023

I see that you just added the action: merge label, but the following checks are still failing:
    failure status "google-internal-tests" is failing
    pending forbidden labels detected: action: review

If you want your PR to be merged, it has to pass all the CI checks.

If you can't get the PR to a green state due to flakes or broken main, please try rebasing to main and/or restarting the CI job. If that fails and you believe that the issue is not due to your change, please contact the caretaker and ask for help.

@jessicajaniuk
Copy link
Copy Markdown
Contributor

This PR was merged into the repository by commit 6c8776f.

jessicajaniuk pushed a commit that referenced this pull request Nov 9, 2023
This PR assures that the performance markers are invoked
only once for a given feature.

Closes #52524

PR Close #52742
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Dec 10, 2023
ChellappanRajan pushed a commit to ChellappanRajan/angular that referenced this pull request Jan 23, 2024
This PR assures that the performance markers are invoked
only once for a given feature.

Closes angular#52524

PR Close angular#52742
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: core Issues related to the framework runtime target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

For loops in new control flow are extremely slow and taking much more memory than ngFor

3 participants