mechanical-orchard / playwright-elixir

An Elixir library for Playwright web automation
MIT License
119 stars 23 forks source link

Decreasing Performance Over Time #34

Open dbrody opened 2 years ago

dbrody commented 2 years ago

In my setup I'm seeing the performance of calls to playwright elixir take longer and longer the more actions are performed. I think it may have to do with callbacks or something? I do have a listener on responses.

It may be my setup but I'm curious if others see this or the best approach to test this issue?

coreyti commented 2 years ago

Hey @dbrody, if you have a test script more or less ready to go for this issue, I'd really like to try it out. There's almost certainly some cleanup deserved that is not done at the moment. Could be callbacks, could be the "catalog" is growing. I'm very keen on figuring this out.

Thanks!