-
Notifications
You must be signed in to change notification settings - Fork 40
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
[DROOLS-7576] Add benchmarks for secondary super cache issue #270
Conversation
tkobayas
commented
Oct 24, 2023
- ConcurrentUpdateRightTupleBenchmark calls RightTupleImpl.getTupleSink() a lot
- ConcurrentUpdateLeftTupleBenchmark calls LeftTuple.getTupleSink() a lot
- ConcurrentUpdateRightTupleBenchmark calls RightTupleImpl.getTupleSink() a lot - ConcurrentUpdateLeftTupleBenchmark calls LeftTuple.getTupleSink() a lot
GHA failed because of
but drools-reliability-h2mvstore:jar:8.45.0-SNAPSHOT exists in jboss repo. Do you have any ideas why it fails? @hellowdan @pibizza |
Anyway, the GHA error is not related to this PR. @lucamolteni , Can you try on your end? |
I've tried on my machine and it works properly, I'm not sure why CI gives an error on |
Hi @tkobayas, I was able to run this benchamark locally as well. I'll ask someone from CI for their opinion. |
@hellowdan can we merge this or is it better to wait for CI to be fixed? |
Hi @mariofusco I think we can merge it since I was also able to run it from our internal QE automation. |