With the OpenRail data, it reduces the API calls from 180 to 143, so 37 calls saved. It reduces the time needed for a whole run from 77 seconds to 60 seconds, so 17 seconds saved.
In organisations with less sub-teams, the advantage will even be higher, as we spend a lot of calls for .has_in_members().
Fixes #12
With the OpenRail data, it reduces the API calls from 180 to 143, so 37 calls saved. It reduces the time needed for a whole run from 77 seconds to 60 seconds, so 17 seconds saved.
In organisations with less sub-teams, the advantage will even be higher, as we spend a lot of calls for
.has_in_members()
.