You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: