Open SamuelBussmann opened 4 months ago
Based on #3170 Track event listeners keyed by type to allow earlier event firing veto
This provides the following improvements:
Perf: Testcase: 20k add(),get(),udate(),get(),remove() with a NoOp Listener on Removes
-> Baseline rev_ehcache=3.10.8
-> MR rev_ehcache =3.10_event-firing-veto
Can you retrigger the test pipelines? locally the test runs successful and it timed out on your infrastructure
Based on #3170 Track event listeners keyed by type to allow earlier event firing veto
3170 only triggers the listeners interested in the current event
This provides the following improvements:
Perf: Testcase: 20k add(),get(),udate(),get(),remove() with a NoOp Listener on Removes
-> Baseline rev_ehcache=3.10.8
-> MR rev_ehcache =3.10_event-firing-veto