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
Run the Create_Individual test with 50 iterations.
Observe the difference in execution time between Chromium and Webkit.
I’ve also experimented with other tests, such as loading weather data from the Blazor example app. However, in these tests, no significant performance discrepancies were observed. It appears that using forms has a notable performance impact on Webkit, but this is just my assumption, as Blazor might also have an impact.
Expected behavior
Webkit tests using forms have roughly the same performance as with Firefox and Chromium
Actual behavior
Webkit test being around 2 (sometimes about 5) times slower than Chromium and Firefox
Additional context
The PlayWright repository appears to have similar issues, as noted in this GitHub issue. In my case, videos are not executed anyway (as I'm not configuring a video path), but I’ve added the following code to my tests (see the reproduction repository):
Version
1.49.0
Steps to reproduce
steps:
Create_Individual
test with 50 iterations.I’ve also experimented with other tests, such as loading weather data from the Blazor example app. However, in these tests, no significant performance discrepancies were observed. It appears that using forms has a notable performance impact on Webkit, but this is just my assumption, as Blazor might also have an impact.
Expected behavior
Actual behavior
Additional context
The PlayWright repository appears to have similar issues, as noted in this GitHub issue. In my case, videos are not executed anyway (as I'm not configuring a video path), but I’ve added the following code to my tests (see the reproduction repository):
This adjustment improves test stability slightly, but the underlying problem still persists.
Environment
The text was updated successfully, but these errors were encountered: