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

Order analyzer execution in MergedAnalyzer by performance score #206

Open
d-Rickyy-b opened this issue Jan 14, 2021 · 0 comments
Open

Order analyzer execution in MergedAnalyzer by performance score #206

d-Rickyy-b opened this issue Jan 14, 2021 · 0 comments
Labels
Difficulty: Hard This issue is hard to resolve enhancement New feature or request

Comments

@d-Rickyy-b
Copy link
Owner

Currently the execution order of analyzers in MergedAnalyzers depends on how they were joined.

A & B will run A first, then B.

It makes much sense to have some sort of performance score that will define the execution order. Lower scores mean faster execution.

The only issue I can currently think of: MergedAnalyzers need a performace score themselves. What would that be?

Could the performance score maybe calculated on the fly? Like how long the analyzer took? Thoughts...

@d-Rickyy-b d-Rickyy-b added Difficulty: Hard This issue is hard to resolve enhancement New feature or request labels Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: Hard This issue is hard to resolve enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant