Skip to content
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

[CURA-10914] Add ability to register multiple modify plugins #2123

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

rburema
Copy link
Member

@rburema rburema commented Jul 24, 2024

The plugins will be called one after the other, in the order they were registered.

This version basically reverts the changes I wanted when reviewing #2121 since that screws up the benchmark (for non benchmark related reasons but it still shows that the API is different which scares a little).

It's safer to do it without the requested optimization.

The plugins will be called one after the other, in the order they were
registered.

CURA-10914
Copy link
Member Author

@rburema rburema left a comment

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'C++ Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 5327c02 Previous: a3e668b Ratio
SimplifyTestFixture/simplify_slot_noplugin 3.7209843033742755 ns/iter 1.2388981465436513 ns/iter 3.00

This comment was automatically generated by workflow using github-action-benchmark.

CC: @nallath @jellespijker @wawanbreton @casperlamboo @saumyaj3 @HellAholic

@HellAholic HellAholic merged commit 149226c into main Jul 24, 2024
45 checks passed
@HellAholic HellAholic deleted the CURA-10914_multiple_plugins_no_opt_version branch July 24, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants