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
improve version check speed for already downloaded versions (#21881)
As part of making it so I can locally test
[AB#8548](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/8548)
I haven't tested this for remote builds, but this sped up my local runs
of loader back-compat downloads significantly from minutes to a few
seconds.
Even though the remote builds will need to download all the builds, this
speeds up the process of reading whether or not a build was installed.
My guess is that there likely will be pipeline speed reductions.
Locally, running back compat full tests will be significantly faster as
indicated above because we will not need to read the file for every
single version that we have installed, instead we will read the file
once for all installed versions.
0 commit comments