1. 04 Mar, 2017 1 commit
  2. 28 Feb, 2017 1 commit
  3. 14 Feb, 2017 1 commit
    • Adam Barth's avatar
      Switch benchmarks to thread duration (#8113) · be865544
      Adam Barth authored
      For measuring the Dart thread, we care about thread duration (tdur) rather than
      wall duration (dur) because we don't want to count the time when the Dart
      thread is descheduled (e.g., in preference to the raster thread).
      
      Prior to this change, these benchmarks were mostly measuring whether the OS
      decided to finish the Dart thread's time slice or hand over the CPU to the
      raster thread to complete the visual part of the frame. Now we actually measure
      the work done on the Dart thread.
      be865544
  4. 10 Feb, 2017 1 commit
  5. 08 Feb, 2017 1 commit
  6. 10 Dec, 2016 1 commit
  7. 25 Oct, 2016 1 commit
  8. 04 May, 2016 1 commit
    • pq's avatar
      Literals get type annotations. · bcede8df
      pq authored
      As per the recent fix to the `always_specify_types` lint (https://github.com/dart-lang/linter/issues/199), literal maps and lists are now expected to be explicitly typed.
      
      Running that lint on the repo identifies quite a few spots to update.  This focuses on `flutter_driver` and `flutter_sprites` (somewhat arbitrarily) but the changes are fairly representative.
      
      Note there are a number of places where I made a quick judgement on how specific to make the types.  Feedback on those is welcome.  (Especially as we move forward with more.)
      bcede8df
  9. 03 May, 2016 1 commit
  10. 14 Apr, 2016 1 commit
  11. 07 Apr, 2016 1 commit
  12. 05 Apr, 2016 1 commit
  13. 02 Apr, 2016 1 commit