serenity-bdd / serenity-core

Serenity BDD is a test automation library designed to make writing automated acceptance tests easier, and more fun.
http://serenity-bdd.info
Other
719 stars 516 forks source link

perf: avoid creating unused StepEventBuses #3544

Closed hertzsprung closed 1 week ago

hertzsprung commented 1 week ago

instead, use computeIfAbsent() to instantiate StepEventBus only when needed