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
{{ message }}
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
As of #608 , we have a test that stresses the payload size for synchronizing with the gateway. In one half of the test, we generate 1000 revisions to history that includes small changes (32 bytes each) to a random selection of ~100 slugs in a sphere. This half of the test reliably produces history that approaches or exceeds 2MB in total size when bundled.
This seems like a lot, but maybe it is to be expected given the contrived nature of the test. Regardless, we should investigate where the cost comes from and mitigate it if there are opportunities to do so.
The text was updated successfully, but these errors were encountered:
As of #608 , we have a test that stresses the payload size for synchronizing with the gateway. In one half of the test, we generate 1000 revisions to history that includes small changes (32 bytes each) to a random selection of ~100 slugs in a sphere. This half of the test reliably produces history that approaches or exceeds 2MB in total size when bundled.
This seems like a lot, but maybe it is to be expected given the contrived nature of the test. Regardless, we should investigate where the cost comes from and mitigate it if there are opportunities to do so.
The text was updated successfully, but these errors were encountered: