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
Currently to add a new benchmark one needs to perform 4 steps:
write the benchmark
add benchmark to Golem (via a CL)
add benchmark to dashboard_box (via a PR)
add benchmark to Firebase-to-Golem syncer (a PR + reboot the syncer server)
The last step could be made unnecessary if a task's __metadata__ contained all the information needed to submit to Golem. Then the syncer wouldn't need a hard-coded list of benchmarks to submit, but simply read it off the __metadata__ field.
The text was updated successfully, but these errors were encountered:
…lutter#4551)
Fixesflutter#7201.
The change from `new Rect.largest()` to `Rect.largest` saves a few
allocations since we'll be using these with every Canvas.
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.
Currently to add a new benchmark one needs to perform 4 steps:
The last step could be made unnecessary if a task's
__metadata__
contained all the information needed to submit to Golem. Then the syncer wouldn't need a hard-coded list of benchmarks to submit, but simply read it off the__metadata__
field.The text was updated successfully, but these errors were encountered: