1. 24 Oct, 2020 1 commit
  2. 20 Oct, 2020 2 commits
  3. 19 Oct, 2020 10 commits
  4. 16 Oct, 2020 1 commit
  5. 15 Oct, 2020 3 commits
  6. 14 Oct, 2020 2 commits
    • Jonah Williams's avatar
      [devicelab] delete disabled or not useful benchmarks (#68107) · 33903c17
      Jonah Williams authored
      - run_without_leak_tests: have been disabled for months
      - build_benchmark: the tooling work here is mostly done and we're not tracking further improvements, free up more devicelab capacity
      - system_debug_ios: does not work post iOS13
      - mac_enable_twc: not adding more mac tests to devicelab
      - hello_world_start_up: disabled
      
      Any tests that we think will be valuable in the future can be resurrected from the git history.
      33903c17
    • Jonah Williams's avatar
      [flutter_tool] support --use-application-binary in flutter drive (#68060) · 751459df
      Jonah Williams authored
      --use-application-binary allows running with an already built APK. This can be useful for speeding up CI test cases, or in our case eventually supporting some sort of build server. Demonstrate that this works by updating the old gallery test to use it. Fixes #56604
      Co-authored-by: 's avatarJenn Magder <magder@google.com>
      751459df
  7. 13 Oct, 2020 2 commits
    • Jonah Williams's avatar
      remove missing argument (#67974) · eb24393e
      Jonah Williams authored
      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)
      5dfe7e6d
  8. 09 Oct, 2020 1 commit
  9. 07 Oct, 2020 1 commit
  10. 02 Oct, 2020 3 commits
  11. 01 Oct, 2020 1 commit
  12. 30 Sep, 2020 1 commit
  13. 28 Sep, 2020 2 commits
  14. 24 Sep, 2020 2 commits
  15. 23 Sep, 2020 1 commit
  16. 16 Sep, 2020 2 commits
  17. 15 Sep, 2020 2 commits
  18. 12 Sep, 2020 1 commit
  19. 11 Sep, 2020 1 commit
  20. 10 Sep, 2020 1 commit