commit | 39dc461f5a92e6e6e4f7217474bf86a35580adc7 | [log] [tgz] |
---|---|---|
author | Liam Appelbe <liama@google.com> | Thu Sep 08 10:12:38 2022 -0700 |
committer | GitHub <noreply@github.com> | Thu Sep 08 10:12:38 2022 -0700 |
tree | 2f1c5d952cf6bebc9b9d89a56e4e7838cf4d46ca | |
parent | ed6f705964a9ea6f4ded9a20cf2c14e77dfecc21 [diff] |
Use the new `IsolateRef.isolateGroupId` to speed up isolate deduping (dart-lang/coverage#422) * Use isolateRef.isolateGroupId to skip some RPCs * Update the mock test * Fix analysis * Debugging the vm_service version of github CI * Remove debugging