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
Attn @0xdevalias if you folks decide to make use of this tiny script either for performance timing or ideally beefed up for being the load script for scalability testing (sparkletown/sparkle#1471)
After a few runs with huge variability in timing (after randomization of posters was introduced, which is great) I saw that I had bunch of PDFs on my local harddrive in the directory from which I was running the script!
Wild guess is that probably due to some options given to chromium or how selenium works, they were saved locally (which is good also since helped to identify the issue) while code was pulling PDF for the viewer in a poster room. So UI didn't finalize or as in other cases simply didn't react on "go back to posterhall" onClick until PDF preview widget didn't finish.
The text was updated successfully, but these errors were encountered:
Attn @0xdevalias if you folks decide to make use of this tiny script either for performance timing or ideally beefed up for being the load script for scalability testing (sparkletown/sparkle#1471)
After a few runs with huge variability in timing (after randomization of posters was introduced, which is great) I saw that I had bunch of PDFs on my local harddrive in the directory from which I was running the script!
Wild guess is that probably due to some options given to chromium or how selenium works, they were saved locally (which is good also since helped to identify the issue) while code was pulling PDF for the viewer in a poster room. So UI didn't finalize or as in other cases simply didn't react on "go back to posterhall" onClick until PDF preview widget didn't finish.
The text was updated successfully, but these errors were encountered: