- 15 Nov, 2023 1 commit
-
-
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:
Kevin Moore <kevmoo@users.noreply.github.com>
-
- 24 Aug, 2023 1 commit
-
-
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.
-
- 29 Jun, 2023 1 commit
-
-
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.
-
- 21 Jun, 2023 1 commit
-
-
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.
-
- 15 Jun, 2023 1 commit
-
-
Mouad Debbar authored
- Bumps `vm_service` from `11.6.0` to `11.7.1` - Bumps `web` from `0.1.3-beta` to `0.1.4-beta` and adds it everywhere. - Moves `js` from `dependencies` to `dev_dependencies`
-
- 08 Jun, 2023 1 commit
-
-
Jackson Gardner authored
This attempts to reland https://github.com/flutter/flutter/pull/126848 This was reverted because it made some unexpected changes to our perf measurements. After landing https://github.com/flutter/flutter/pull/127900, we have much less noise in our benchmarks, so I'd like to reland this and see if there is still a significant measurement difference.
-
- 19 May, 2023 1 commit
-
-
joshualitt authored
Reverts flutter/flutter#126848 Triggered some kind of measuring discrepancy / performance regression.
-
- 18 May, 2023 1 commit
-
-
joshualitt authored
-
- 05 May, 2023 1 commit
-
-
Mouad Debbar authored
Removing the dependency between web benchmarks and `url_launcher`'s `Link` widget.
-
- 11 Apr, 2023 1 commit
-
-
Mouad Debbar authored
[web] Add benchmarks for the Material3 Components screen
-
- 03 Feb, 2022 1 commit
-
-
Harry Terkelsen authored
-
- 06 Dec, 2021 1 commit
-
-
Mouad Debbar authored
-
- 08 Nov, 2021 1 commit
-
-
Yegor authored
-
- 11 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 29 Jun, 2021 1 commit
-
-
Darren Austin authored
-
- 02 Jun, 2021 1 commit
-
-
Anis Alibegić authored
-
- 01 Jun, 2021 1 commit
-
-
Yegor authored
-
- 02 Feb, 2021 1 commit
-
-
Yegor authored
-
- 02 Dec, 2020 1 commit
-
-
Ferhat authored
-
- 07 Nov, 2020 1 commit
-
-
Ferhat authored
-
- 17 Oct, 2020 1 commit
-
-
xster authored
-
- 02 Oct, 2020 1 commit
-
-
Dan Field authored
-
- 12 Sep, 2020 1 commit
-
-
Tong Mu authored
* Adds a new web benchmark bench_mouse_region_mixed_grid_hover
-
- 05 Aug, 2020 1 commit
-
-
Tianguang authored
-
- 11 Jul, 2020 1 commit
-
-
Yegor authored
* Add a benchmark the focuses on Paint object performance
-
- 24 Jun, 2020 1 commit
-
-
Tianguang authored
-
- 19 Jun, 2020 1 commit
-
-
Tong Mu authored
-
- 03 Jun, 2020 1 commit
-
-
Yegor authored
* benchmark updating many child layers
-
- 28 May, 2020 1 commit
-
-
Yegor authored
-
- 14 May, 2020 1 commit
-
-
Ferhat authored
* Add path construction benchmark * Fix analyzer warnings * Split file into test+generated code. Add comment * Add license to new file * remove unused import
-
- 08 May, 2020 1 commit
-
-
Yegor authored
-
- 16 Apr, 2020 2 commits
- 08 Apr, 2020 1 commit
-
-
Yegor authored
-
- 03 Apr, 2020 1 commit
-
-
- 01 Apr, 2020 1 commit
-
-
Yegor authored
-
- 27 Mar, 2020 1 commit
-
-
Mouad Debbar authored
-