1. 13 Oct, 2023 1 commit
  2. 26 Sep, 2023 1 commit
    • Callum Moffat's avatar
      Add "Frame Request Pending" lag to collected metrics (#135279) · b097d240
      Callum Moffat authored
      This measures the wall clock time between a new frame being scheduled in dart code to the Vsync callback in the engine
      
      It's an important source of lag which isn't shown in the top-level UI / Build time graphs, and can correlate with "invisible" missed/non-scheduled frames
      
      I had to change a few unrelated timings in the test, it was only passing based on luck of sort order, and broke when I added more entries to the timeline.
      
      Part of #129150
      b097d240
  3. 02 Aug, 2023 1 commit
  4. 20 Apr, 2023 1 commit
    • Nate Bosch's avatar
      Remove uses of deprecated test_api imports (#124732) · dcfd35f8
      Nate Bosch authored
      Most of these imports were never appropriate. The `test_api` package was never intended for use in `_test.dart` files.
      Where possible move imports to `matcher`, otherwise move them to `test` or `flutter_test`.
      
      Leave uses of `test_api` from `flutter_test` library code.
      dcfd35f8
  5. 28 Feb, 2023 1 commit
  6. 02 Feb, 2023 1 commit
  7. 20 Jan, 2023 1 commit
  8. 21 Dec, 2022 1 commit
  9. 20 Dec, 2022 1 commit
  10. 16 Nov, 2022 1 commit
  11. 28 Aug, 2022 1 commit
  12. 25 Jul, 2022 1 commit
  13. 23 Jul, 2022 1 commit
  14. 15 Jul, 2022 1 commit
  15. 25 May, 2022 1 commit
  16. 27 Apr, 2022 2 commits
  17. 30 Mar, 2022 1 commit
  18. 21 Mar, 2022 1 commit
  19. 09 Mar, 2022 2 commits
  20. 09 Feb, 2022 1 commit
  21. 03 Feb, 2022 1 commit
  22. 21 Jan, 2022 1 commit
  23. 22 Dec, 2021 1 commit
  24. 08 Oct, 2021 3 commits
  25. 07 Oct, 2021 3 commits
  26. 04 Oct, 2021 1 commit
  27. 10 Sep, 2021 1 commit
  28. 07 Sep, 2021 1 commit
  29. 05 Sep, 2021 1 commit
  30. 03 Aug, 2021 1 commit
  31. 27 Jul, 2021 1 commit
  32. 21 Jul, 2021 1 commit
    • Greg Spencer's avatar
      Fix driver test to run locally. (#86816) · b311f0c0
      Greg Spencer authored
      This change fixes the driver tests "VMServiceFlutterDriver with logCommunicationToFile logCommunicationToFile logCommunicationToFile = false" and "WebFlutterDriver with logCommunicationToFile logCommunicationToFile = false" so that they will no longer fail when run locally.
      
      The issue was one of not cleaning up the log files after the test ran, so a later run with the same name would see it. Presumably on the servers the tests are run in a different environment where the names or locations of the output files end up being different.
      b311f0c0
  33. 15 Jul, 2021 1 commit
  34. 14 Jul, 2021 1 commit