1. 16 Jan, 2024 1 commit
  2. 21 Dec, 2023 1 commit
  3. 13 Oct, 2023 1 commit
  4. 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
  5. 02 Aug, 2023 1 commit
  6. 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
  7. 28 Feb, 2023 1 commit
  8. 02 Feb, 2023 1 commit
  9. 20 Jan, 2023 1 commit
  10. 21 Dec, 2022 1 commit
  11. 20 Dec, 2022 1 commit
  12. 16 Nov, 2022 1 commit
  13. 28 Aug, 2022 1 commit
  14. 25 Jul, 2022 1 commit
  15. 23 Jul, 2022 1 commit
  16. 15 Jul, 2022 1 commit
  17. 25 May, 2022 1 commit
  18. 27 Apr, 2022 2 commits
  19. 30 Mar, 2022 1 commit
  20. 21 Mar, 2022 1 commit
  21. 09 Mar, 2022 2 commits
  22. 09 Feb, 2022 1 commit
  23. 03 Feb, 2022 1 commit
  24. 21 Jan, 2022 1 commit
  25. 22 Dec, 2021 1 commit
  26. 08 Oct, 2021 3 commits
  27. 07 Oct, 2021 3 commits
  28. 04 Oct, 2021 1 commit
  29. 10 Sep, 2021 1 commit
  30. 07 Sep, 2021 1 commit
  31. 05 Sep, 2021 1 commit
  32. 03 Aug, 2021 1 commit
  33. 27 Jul, 2021 1 commit
  34. 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