1. 15 Nov, 2023 1 commit
    • Srujan Gaddam's avatar
      Pin package:web 0.4.0 (#138428) · d8ffc739
      Srujan Gaddam authored
      This version is needed so that dart:js_interop can move to extension
      types. Also adds some code to handle some breaking changes:
      
      - Body -> Response. Body was an IDL interface mixin type we exposed in
      dart:html. Going forward, users should either use Request or Response.
      - Casts to JSAny. These are temporary until we move package:web types to
      extension types. Currently, package:web types can't implement JSObject
      as JSObject will move to be an extension type itself.
      Co-authored-by: 's avatarKevin Moore <kevmoo@users.noreply.github.com>
      d8ffc739
  2. 24 Aug, 2023 1 commit
    • Yegor's avatar
      [web] benchmark the benchmark harness overhead (#132999) · cb72164a
      Yegor authored
      Add benchmarks that measure the overhead of the benchmark harness itself. We want the overhead to be minimal. Also, these numbers are useful to judge the quality of real benchmarks. If a real benchmark's result is too close to the harness overhead, then it's likely not measuring enough of useful work.
      cb72164a
  3. 29 Jun, 2023 1 commit
    • Jackson Gardner's avatar
      Skwasm benchmarks. (#129681) · 1b887c72
      Jackson Gardner authored
      This enables benchmarks for the Skwasm renderer, compiled with
      dart2wasm.
      
      Platform views aren't supported in Skwasm yet, so we are skipping those
      benchmarks for now.
      1b887c72
  4. 21 Jun, 2023 1 commit
    • Yegor's avatar
      [framework,web] add FlutterTimeline and semantics benchmarks that use it (#128366) · 07772a3d
      Yegor authored
      ## FlutterTimeline
      
      Add a new class `FlutterTimeline` that's a drop-in replacement for `Timeline` from `dart:developer`. In addition to forwarding invocations of `startSync`, `finishSync`, `timeSync`, and `instantSync` to `dart:developer`, provides the following extra methods that make is easy to collect timings for code blocks on a frame-by-frame basis:
      
      * `debugCollect()` - aggregates timings since the last reset, or since the app launched.
      * `debugReset()` - forgets all data collected since the previous reset, or since the app launched. This allows clearing data from previous frames so timings can be attributed to the current frame.
      * `now` - this was enhanced so that it works on the web by calling `window.performance.now` (in `Timeline` this is a noop in Dart web compilers).
      * `collectionEnabled` - a field that controls whether `FlutterTimeline` stores timings in memory. By default this is disabled to avoid unexpected overhead (although the class is designed for minimal and predictable overhead). Specific benchmarks can enable collection to report to Skia Perf.
      
      ## Semantics benchmarks
      
      Add `BenchMaterial3Semantics` that benchmarks the cost of semantics when constructing a screen full of Material 3 widgets from nothing. It is expected that semantics will have non-trivial cost in this case, but we should strive to keep it much lower than the rendering cost. This is the case already. This benchmark shows that the cost of semantics is <10%.
      
      Add `BenchMaterial3ScrollSemantics` that benchmarks the cost of scrolling a previously constructed screen full of Material 3 widgets. The expectation should be that semantics will have trivial cost, since we're just shifting some widgets around. As of today, the numbers are not great, with semantics taking >50% of frame time, which is what prompted this PR in the first place. As we optimize this, we want to see this number improve.
      07772a3d
  5. 15 Jun, 2023 1 commit
  6. 08 Jun, 2023 1 commit
  7. 19 May, 2023 1 commit
  8. 18 May, 2023 1 commit
  9. 05 May, 2023 1 commit
  10. 11 Apr, 2023 1 commit
  11. 03 Feb, 2022 1 commit
  12. 06 Dec, 2021 1 commit
  13. 08 Nov, 2021 1 commit
  14. 11 Oct, 2021 1 commit
  15. 08 Oct, 2021 3 commits
  16. 29 Jun, 2021 1 commit
  17. 02 Jun, 2021 1 commit
  18. 01 Jun, 2021 1 commit
  19. 02 Feb, 2021 1 commit
  20. 02 Dec, 2020 1 commit
  21. 07 Nov, 2020 1 commit
  22. 17 Oct, 2020 1 commit
  23. 02 Oct, 2020 1 commit
  24. 12 Sep, 2020 1 commit
  25. 05 Aug, 2020 1 commit
  26. 11 Jul, 2020 1 commit
  27. 24 Jun, 2020 1 commit
  28. 19 Jun, 2020 1 commit
  29. 03 Jun, 2020 1 commit
  30. 28 May, 2020 1 commit
  31. 14 May, 2020 1 commit
  32. 08 May, 2020 1 commit
  33. 16 Apr, 2020 2 commits
  34. 08 Apr, 2020 1 commit
  35. 03 Apr, 2020 1 commit
  36. 01 Apr, 2020 1 commit
  37. 27 Mar, 2020 1 commit