-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: improve playwright test performance slightly by avoiding base64 conversion #2064
base: main
Are you sure you want to change the base?
Conversation
|
fb6275b
to
1e3285e
Compare
6ca02e4
to
d022a56
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the performance improvement on this? 😅
@larsrickert Well, no base64 encoding and decoding. The bytes are now sent fresh and raw :D |
Looking at the CI speeds, it looks like there are not performance improvements or even disadavantages :/ |
improve playwright test performance slightly by avoiding base64 conversion