I recently upgraded to chrome 113 and chromedriver 113 on my arm mac (m1 chip) and I'm seeing extremely poor performance when using selenium with java. Were using selenium 4.9. I tried running a similar script in python using the same chromedriver and did not see the same performance issues. Other team members at our company who use windows machines are not seeing this problem so it seems to specifically be related to java / m1 mac / chromedriver 113 / chrome 113. Before updating to 113 I had no issues.
I also do not see any issues with our tests running in CI (on debian).
For an example of how bad the performance is on CI one test takes 8 seconds and on my machine it take 55 seconds. So a pretty huge difference.
Does anyone have any idea what could be causing this or how I can debug what is going on here?