1. 02 Dec, 2020 1 commit
  2. 20 Nov, 2020 1 commit
  3. 18 Nov, 2020 2 commits
  4. 13 Nov, 2020 1 commit
  5. 03 Nov, 2020 1 commit
  6. 29 Oct, 2020 6 commits
  7. 24 Oct, 2020 1 commit
  8. 20 Oct, 2020 2 commits
  9. 19 Oct, 2020 10 commits
  10. 16 Oct, 2020 1 commit
  11. 15 Oct, 2020 3 commits
  12. 14 Oct, 2020 2 commits
  13. 13 Oct, 2020 2 commits
    • Jonah Williams's avatar
      remove missing argument (#67974) · eb24393e
      Jonah Williams authored
      Unverified
      eb24393e
    • Jonah Williams's avatar
      [flutter_tools] attempt to stabilize hot restart benchmark the old fashioned way (#67971) · 5dfe7e6d
      Jonah Williams authored
      A change which sped up hot restart locally caused many of the devicelab measures to regress. I think this is because we do not measure when the isolate is actually "ready", so starting a reload or restart prematurely can cause time spent doing initialization to be registered as part of the reload operation.
      
      A fix for this would be to have the framework include some sort of "initialization complete" event ... but it is not clear what the correct trigger would be. Perhaps after the first frame is successfully registered?
      
      (9a3a0dc1 caused the benchmark regression - possibly since we spend less time syncing files now so we start the restart earlier)
      Unverified
      5dfe7e6d
  14. 09 Oct, 2020 1 commit
  15. 07 Oct, 2020 1 commit
  16. 02 Oct, 2020 3 commits
  17. 01 Oct, 2020 1 commit
  18. 30 Sep, 2020 1 commit