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

[incubator-kie-issues#780] DMN - Benchmarking InfixOpNode and InfixOperators #279

Closed
wants to merge 1 commit into from

Conversation

gitgabrio
Copy link
Contributor

@gitgabrio gitgabrio commented Dec 15, 2023

Add InfixOpNode specific benchmark
Fixes apache/incubator-kie-issues#780

@gitgabrio gitgabrio marked this pull request as draft December 18, 2023 14:25
Copy link
Contributor

@mariofusco mariofusco left a comment

Choose a reason for hiding this comment

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

This benchmark is actually pretty useless for how it is written. All variables are null so every expression evaluation does an early return here https://github.com/apache/incubator-kie-drools/pull/5621/files#diff-c6e01aff43f0da99ce7ea8c1a565968943e760e14ef102214110b8d167f0397cR64

Please put some values in the context before evaluating the expressions.

@gitgabrio gitgabrio changed the title [dmn-infixopnode-benchmark] Benchmarking infixopnode [incubator-kie-issues#780] DMN - Benchmarking InfixOpNode and InfixOperators Dec 18, 2023
@gitgabrio gitgabrio closed this Dec 18, 2023
@gitgabrio gitgabrio deleted the dmn-infixopnode-benchmark branch December 18, 2023 15:45
@gitgabrio
Copy link
Contributor Author

gitgabrio commented Dec 18, 2023

Continued here

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.

DMN - Benchmarking InfixOpNode and InfixOperators
2 participants